pub fn run_with_shell_cmd_capture_stdout(
    cmd: &OsStr,
    arg: Option<&Path>
) -> Result<Vec<u8>>