Function sigwait

pub unsafe extern "C" fn sigwait(
    set: *const sigset_t,
    sig: *mut i32,
) -> i32
Available on crate feature dep_sdl2 only.