pub unsafe extern "C" fn pthread_attr_getdetachstate(
    __attr: *const pthread_attr_t,
    __detachstate: *mut i32
) -> i32