execv

Function execv 

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