pub unsafe extern "C" fn pthread_cond_init(
    cond: *mut *mut c_void,
    attr: *const *mut c_void
) -> i32