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