pub type IppLZ77Pair = IppLZ77Pairs_16u;
#[repr(C)]pub struct IppLZ77Pair { pub length: u16, pub offset: u16, }
length: u16
offset: u16