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