pub type simde_cfloat64 = __BindgenComplex<f64>;
#[repr(C)]pub struct simde_cfloat64 { pub re: f64, pub im: f64, }
re: f64
im: f64