pub type extFloat80_t = extFloat80M;
#[repr(C)]pub struct extFloat80_t { pub signif: u64, pub signExp: u16, }
signif: u64
signExp: u16