fn exec<'arg, I, P>(program: P, args: I, jobs: &mut Jobs) -> Result<(), Error>where I: IntoIterator<Item = &'arg Arg>, P: AsRef<OsStr>,