CFBitVectorCreateMutable

Function CFBitVectorCreateMutable 

Source
pub unsafe extern "C-unwind" fn CFBitVectorCreateMutable(
    allocator: Option<&CFAllocator>,
    capacity: CFIndex,
) -> Option<CFRetained<CFMutableBitVector>>
👎Deprecated: renamed to CFMutableBitVector::new
Available on crate feature CFBitVector only.