pub fn spawn( cmd: &str, vars: impl IntoIterator<Item = (String, String)>, stdin: Stdio, stdout: Stdio, stderr: Stdio, ) -> Option<Child>