pub unsafe extern "C-unwind" fn CFBagCreateCopy(
allocator: Option<&CFAllocator>,
the_bag: Option<&CFBag>,
) -> Option<CFRetained<CFBag>>👎Deprecated:
renamed to CFBag::new_copy
Available on crate feature
CFBag only.