pub fn visit_ident_mut<'ast, V, T>(visitor: &mut V, node: &'ast mut Ident)
where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,