pub type BytesIter<'a, I> = DataIter<'a, &'a [u8], I>;
pub struct BytesIter<'a, I> { /* private fields */ }