pub fn run_process<I, T>(args: I) -> i32where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Runs the default application instance and returns a process exit code.