pub type CABOOL = tagCABOOL;
#[repr(C)]pub struct CABOOL { pub cElems: u32, pub pElems: *mut i16, }
cElems: u32
pElems: *mut i16