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