pub fn run_builtin<'arg, I>( command: &OsStr, args: &mut I, jobs: &mut Jobs, ) -> Option<i32>where I: Iterator<Item = &'arg Arg>,