pub type f77_dcomplex = dcomplex;
struct f77_dcomplex { pub real: f64, pub imag: f64, }
real: f64
imag: f64