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