Function wait4

pub unsafe extern "C" fn wait4(
    pid: i32,
    status: *mut i32,
    options: i32,
    rusage: *mut rusage,
) -> i32
Available on crate feature dep_sdl3 only.