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