Function sem_timedwait

pub unsafe extern "C" fn sem_timedwait(
    sem: *mut sem_t,
    abstime: *const timespec,
) -> i32
Available on crate feature dep_sdl2 only.