pub unsafe extern "C" fn pthread_cond_timedwait(
    __cond: *mut u32,
    __mutex: *mut u32,
    __abstime: *const timespec
) -> i32