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