pub fn to_snake_case(name: &str) -> String
Convert an identifier into snake_case. This is a best-guess at what the name would look like if it were expressed in the correct style.