pub type FLOAT128 = _FLOAT128;
struct FLOAT128 { pub LowPart: i64, pub HighPart: i64, }
LowPart: i64
HighPart: i64