pub fn snake_case(s: &str) -> String
Convert to snake case, assuming pascal case.
If s is already in snake case, should yield the same result.
s