execvp

Function execvp 

Source
pub fn execvp<'a, 'b>(
    pathname: impl IntoUstr<'a>,
    argv: &UstrPtr<'_>,
) -> Result<()>
Expand description