Function pthread_tryjoin_np

Source
pub unsafe extern "C" fn pthread_tryjoin_np(
    __th: u64,
    __thread_return: *mut *mut c_void,
) -> i32