pub fn pspawn( name: Option<&str>, path: &str, argv: Vec<&str>, flags: SpawnFlags, ) -> Result<usize, ErrorStatus>
same as pspawn but safe because it makes it clear that argv is consumed`
pspawn
argv