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