pub fn check_screaming_snake_case(s: &str) -> Option<String>
Some(suggestion) if s is not SCREAMING_SNAKE_CASE.
Some(suggestion)
s
SCREAMING_SNAKE_CASE