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