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