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