Function CMBlockBufferCreateWithBufferReference

Source
pub unsafe extern "C" fn CMBlockBufferCreateWithBufferReference(
    structureAllocator: CFAllocatorRef,
    targetBuffer: CMBlockBufferRef,
    offsetToData: size_t,
    dataLength: size_t,
    flags: CMBlockBufferFlags,
    newBBufOut: *mut CMBlockBufferRef,
) -> OSStatus