pub type Ftypes = Ftypes;
#[repr(C)]pub union Ftypes { pub f: f32, pub d: f64, pub n: f64, pub buff: [i8; 40], }
f: f32
d: f64
n: f64
buff: [i8; 40]