pub unsafe extern "C" fn pthread_mutex_timedlock(
    __mutex: *mut u32,
    __timeout: *const timespec
) -> i32