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