pub type simde_cfloat32 = __BindgenComplex<f32>;
struct simde_cfloat32 { pub re: f32, pub im: f32, }
re: f32
im: f32