Function execv

pub unsafe extern "C" fn execv(
    prog: *const i8,
    argv: *const *const i8,
) -> i32
Available on crate feature dep_sdl3 only.