pub type aoclsparse_double_complex = aoclsparse_double_complex_;
#[repr(C)]pub struct aoclsparse_double_complex { pub real: f64, pub imag: f64, }
real: f64
imag: f64