pub type Sym = Interned<'static, str>;
An Interned static str, used in place of an identifier
pub struct Sym { /* private fields */ }
visit_*