Function CFSetCreateMutableCopy

Source
pub unsafe extern "C" fn CFSetCreateMutableCopy(
    allocator: CFAllocatorRef,
    capacity: CFIndex,
    theSet: CFSetRef,
) -> CFMutableSetRef