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