Function core_foundation::dictionary::CFDictionaryCreateMutable
source · pub unsafe extern "C" fn CFDictionaryCreateMutable(
allocator: *const c_void,
capacity: isize,
keyCallbacks: *const CFDictionaryKeyCallBacks,
valueCallbacks: *const CFDictionaryValueCallBacks
) -> *mut __CFDictionary