pub fn get_env(var: &str) -> Option<OsString>
Gets environment variable value safely.
Returns None if the variable is not set.