CFDictionaryCreateMutable

Function CFDictionaryCreateMutable 

Source
pub unsafe extern "C" fn CFDictionaryCreateMutable(
    allocator: CFAllocatorRef,
    capacity: CFIndex,
    keysCallBacks: *const CFDictionaryKeyCallBacks,
    valueCallBacks: *const CFDictionaryValueCallBacks,
) -> CFMutableDictionaryRef