CFSetCreateMutable

Function CFSetCreateMutable 

Source
pub unsafe extern "C-unwind" fn CFSetCreateMutable(
    allocator: Option<&CFAllocator>,
    capacity: CFIndex,
    call_backs: *const CFSetCallBacks,
) -> Option<CFRetained<CFMutableSet>>
👎Deprecated: renamed to CFMutableSet::new
Available on crate feature CFSet only.