Function core_foundation_sys::dictionary::CFDictionaryCreateMutable

source ยท
pub unsafe extern "C" fn CFDictionaryCreateMutable(
    allocator: CFAllocatorRef,
    capacity: CFIndex,
    keyCallbacks: *const CFDictionaryKeyCallBacks,
    valueCallbacks: *const CFDictionaryValueCallBacks,
) -> CFMutableDictionaryRef