pub fn decode_blocks( row: &[u8], options: SortOptions, f: impl FnMut(&[u8]), ) -> usize
Decodes a single block of data The f function accepts a slice of the decoded data, it may be called multiple times
f