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