snake!() { /* proc-macro */ }
Expands idents in the input stream as snake_case e.g. HelloWorld -> hello_world
HelloWorld
hello_world