pub type IppLZ77Pair = IppLZ77Pairs_16u;
struct IppLZ77Pair { pub length: u16, pub offset: u16, }
length: u16
offset: u16