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