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