Skip to main content

CFBitVectorCreateMutableCopy

Function CFBitVectorCreateMutableCopy 

Source
pub unsafe extern "C-unwind" fn CFBitVectorCreateMutableCopy(
    allocator: Option<&CFAllocator>,
    capacity: CFIndex,
    bv: Option<&CFBitVector>,
) -> Option<CFRetained<CFMutableBitVector>>
👎Deprecated:

renamed to CFMutableBitVector::new_copy

Available on crate feature CFBitVector only.