Skip to main content

CFBagCreate

Function CFBagCreate 

Source
pub unsafe extern "C-unwind" fn CFBagCreate(
    allocator: Option<&CFAllocator>,
    values: *mut *const c_void,
    num_values: CFIndex,
    call_backs: *const CFBagCallBacks,
) -> Option<CFRetained<CFBag>>
👎Deprecated:

renamed to CFBag::new

Available on crate feature CFBag only.