pub type f77_scomplex = scomplex;
struct f77_scomplex { pub real: f32, pub imag: f32, }
real: f32
imag: f32