pub type LengthDataU8<'a> = LengthData<u8, &'a [u8]>;
pub struct LengthDataU8<'a> { pub data: &'a [u8], /* private fields */ }
data: &'a [u8]