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