fn arg_into_args<S: AsRef<OsStr>>( arg: S, argv: &mut Vec<*const c_char>, args_t: &mut Vec<CString>, saw_nul: &mut bool, )