pub unsafe extern "C" fn pthread_mutex_timedlock(
    lock: *mut pthread_mutex_t,
    abstime: *const timespec
) -> c_int