pub unsafe extern "C" fn CMBlockBufferCreateContiguous(
structureAllocator: CFAllocatorRef,
sourceBuffer: CMBlockBufferRef,
blockAllocator: CFAllocatorRef,
customBlockSource: *const CMBlockBufferCustomBlockSource,
offsetToData: usize,
dataLength: usize,
flags: CMBlockBufferFlags,
blockBufferOut: *mut CMBlockBufferRef,
) -> OSStatus