Skip to main content

CFDictionaryCreateMutable

Function CFDictionaryCreateMutable 

Source
pub unsafe extern "C" fn CFDictionaryCreateMutable(
    allocator: CFAllocatorRef,
    capacity: CFIndex,
    key_call_backs: *const c_void,
    value_call_backs: *const c_void,
) -> CFMutableDictionaryRef
Available on crate feature raw-ffi only.