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