pub type CAFLT = tagCAFLT;
struct CAFLT { pub cElems: u32, pub pElems: *mut f32, }
cElems: u32
pElems: *mut f32