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