pub type __CLPK_real = f32;
pub type __CLPK_doublereal = f64;
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct __CLPK_complex {
pub r: __CLPK_real,
pub i: __CLPK_real,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct __CLPK_doublecomplex {
pub r: __CLPK_doublereal,
pub i: __CLPK_doublereal,
}