pub type FIXED = _FIXED;
#[repr(C)]pub struct FIXED { pub fract: u16, pub value: i16, }
fract: u16
value: i16