Function CMBlockBufferCreateEmpty

Source
pub unsafe extern "C" fn CMBlockBufferCreateEmpty(
    structureAllocator: CFAllocatorRef,
    subBlockCapacity: u32,
    flags: CMBlockBufferFlags,
    newBBufOut: *mut CMBlockBufferRef,
) -> OSStatus