pub type constdata_t = constdata_s;
struct constdata_t { pub s: f32, pub d: f64, pub c: scomplex, pub z: dcomplex, pub i: i64, }
s: f32
d: f64
c: scomplex
z: dcomplex
i: i64