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