pub extern "C-unwind" fn CFDictionaryCreateCopy(
allocator: Option<&CFAllocator>,
the_dict: Option<&CFDictionary>,
) -> Option<CFRetained<CFDictionary>>👎Deprecated: renamed to
CFDictionary::new_copyAvailable on crate feature
CFDictionary only.