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