pub type rle16_t = rle16_s;
#[repr(C)]pub struct rle16_t { pub value: u16, pub length: u16, }
value: u16
length: u16