pub fn accept_as_ident(ident: &str) -> bool
Return true if the string is a valid Rust identifier.
If this function returns false, typify adds a trailing underscore to it. For example, fn becomes fn_.
fn
fn_