pub type c_float_complex = __BindgenComplex<f32>;
A complex number with 32-bit parts.
#[repr(C)]pub struct c_float_complex { pub re: f32, pub im: f32, }
re: f32
im: f32