pub unsafe extern "C" fn pthread_cond_wait(
    __cond: *mut u32,
    __mutex: *mut u32
) -> i32