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