Function execveat

pub unsafe extern "C" fn execveat(
    dirfd: i32,
    pathname: *const i8,
    argv: *const *mut i8,
    envp: *const *mut i8,
    flags: i32,
) -> i32
Available on crate feature dep_sdl3 only.