pub fn get_os<T: AsRef<OsStr>>(name: T) -> Option<OsString>
env
Gets the content of an environment variable.
Returns None if the variable does not exist.