pub fn remove_env(var: &str)
Remove an environment variable from the current process. Only used in test context. SAFETY: var must be a valid C string.