pub fn rust_raw_ident(name: &str) -> String
Convenience: always returns a usable Rust identifier, escaping reserved keywords with the raw-identifier prefix (r#).
r#