CFBitVectorCreate

Function CFBitVectorCreate 

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