Skip to main content

CFSetCreateCopy

Function CFSetCreateCopy 

Source
pub extern "C-unwind" fn CFSetCreateCopy(
    allocator: Option<&CFAllocator>,
    the_set: Option<&CFSet>,
) -> Option<CFRetained<CFSet>>
👎Deprecated:

renamed to CFSet::new_copy

Available on crate feature CFSet only.