pub unsafe extern "C" fn semaphore_timedwait(
    semaphore: *mut semaphore_t,
    timeout: mach_timespec_t
) -> kern_return_t