pub fn is_valid_env_name(name: &str) -> bool
A valid shell environment variable name: starts with a letter or _, then only letters, digits, or _.
_