Skip to main content

CFDictionaryCreate

Function CFDictionaryCreate 

Source
pub unsafe extern "C-unwind" fn CFDictionaryCreate(
    allocator: Option<&CFAllocator>,
    keys: *mut *const c_void,
    values: *mut *const c_void,
    num_values: CFIndex,
    key_call_backs: *const CFDictionaryKeyCallBacks,
    value_call_backs: *const CFDictionaryValueCallBacks,
) -> Option<CFRetained<CFDictionary>>
👎Deprecated:

renamed to CFDictionary::new

Available on crate feature CFDictionary only.