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