pub type cuDoubleComplex = double2;
#[repr(C, align(16))]pub struct cuDoubleComplex { pub x: f64, pub y: f64, }
x: f64
y: f64