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