pub fn iter2<'a, 'b>( args: &'a [&'b OsStr], ) -> impl Iterator<Item = (&'a &'b OsStr, Option<&'a &'b OsStr>)>