pub type extended96 = Float96;
#[repr(C)]pub struct extended96 { pub exp: [i16; 2], pub man: [u16; 4], }
exp: [i16; 2]
man: [u16; 4]