macro_rules! cmd_os { ($($cmd:tt)*) => { ... }; }
Constructs a command using OsString as string type.
OsString