pub type CAFLT = tagCAFLT;
#[repr(C)]pub struct CAFLT { pub cElems: u64, pub pElems: *mut f32, }
cElems: u64
pElems: *mut f32