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