[][src]Function uapi::execve

pub fn execve<'a>(
    pathname: impl IntoUstr<'a>,
    argv: &UstrPtr<'_>,
    envp: &UstrPtr<'_>
) -> Result<()>