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