pub type ByteCursor = RleCursor<128, [u8]>;
RLE cursor for byte-slice columns ([u8]), with a 128-item slab size.
[u8]
pub struct ByteCursor { /* private fields */ }