pub fn exec_target_with_in<I, S>( target_exe: &str, args: I, in_bytes: &[u8], ) -> OutputStringwhere I: IntoIterator<Item = S>, S: AsRef<OsStr>,