Function core_foundation_sys::dictionary::CFDictionaryCreateMutable[][src]

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