uselibc::c_void;usecrate::declare_CFType;#[derive(Debug)]#[repr(C)]pubstruct__CFArray(c_void);/// A reference to a CFString object.
pubtypeCFArrayRef=*const __CFArray;
declare_CFType!{/// A reference to a CFString object.
#[repr(C)]
CFArray, CFArrayRef
}