Function sigtimedwait

pub unsafe extern "C" fn sigtimedwait(
    set: *const sigset_t,
    info: *mut siginfo_t,
    timeout: *const timespec,
) -> i32
Available on crate feature dep_sdl2 only.