uselibc::c_void;usecrate::declare_CFType;#[derive(Debug)]#[repr(C)]pubstruct__CFDictionary(c_void);/// A reference to a CFString object.
pubtypeCFDictionaryRef=*const __CFDictionary;
declare_CFType!{/// A reference to a CFString object.
#[repr(C)]
CFDictionary, CFDictionaryRef
}