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