pub fn unset_var(name: &str) -> bool
Unsets environment variable using unsetenv.
unsetenv
Returns true on success.
true