pub unsafe extern "C" fn pthread_attr_setstack(
    attr: *mut pthread_attr_t,
    __stackaddr: *mut c_void,
    __stacksize: usize
) -> c_int