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