Skip to main content

CFDictionaryCreateCopy

Function CFDictionaryCreateCopy 

Source
pub extern "C-unwind" fn CFDictionaryCreateCopy(
    allocator: Option<&CFAllocator>,
    the_dict: Option<&CFDictionary>,
) -> Option<CFRetained<CFDictionary>>
👎Deprecated:

renamed to CFDictionary::new_copy

Available on crate feature CFDictionary only.