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