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