CFBagCreateMutable

Function CFBagCreateMutable 

Source
pub unsafe extern "C-unwind" fn CFBagCreateMutable(
    allocator: Option<&CFAllocator>,
    capacity: CFIndex,
    call_backs: *const CFBagCallBacks,
) -> Option<CFRetained<CFMutableBag>>
👎Deprecated: renamed to CFMutableBag::new
Available on crate feature CFBag only.