pub fn to_screaming_snakecase<T>(s: T) -> Stringwhere T: AsRef<str>,
converts a string to SCREAMING_SNAKE_CASE.