pub unsafe extern "C-unwind" fn CFBitVectorCreateMutable(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
) -> Option<CFRetained<CFMutableBitVector>>
Available on crate features
CFBase
and CFBitVector
only.