pub unsafe extern "C-unwind" fn CFBitVectorCreate(
allocator: Option<&CFAllocator>,
bytes: *const u8,
num_bits: CFIndex,
) -> Option<CFRetained<CFBitVector>>👎Deprecated: renamed to
CFBitVector::newAvailable on crate feature
CFBitVector only.