pub unsafe extern "C-unwind" fn CFBitVectorCreate(
allocator: Option<&CFAllocator>,
bytes: *const u8,
num_bits: CFIndex,
) -> Option<CFRetained<CFBitVector>>
Available on crate features
CFBase
and CFBitVector
only.