fn read_blocks(
buf: &mut AvroCursor<'_>,
decode_entry: impl FnMut(&mut AvroCursor<'_>) -> Result<(), AvroError>,
) -> Result<usize, AvroError>fn read_blocks(
buf: &mut AvroCursor<'_>,
decode_entry: impl FnMut(&mut AvroCursor<'_>) -> Result<(), AvroError>,
) -> Result<usize, AvroError>