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