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