pub fn cmd<T, U>(program: T, args: U) -> XXExpressionwhere T: IntoExecutablePath, U: IntoIterator, U::Item: Into<OsString>,