Function CMBlockBufferCopyDataBytes

Source
pub unsafe extern "C" fn CMBlockBufferCopyDataBytes(
    theSourceBuffer: CMBlockBufferRef,
    offsetToData: size_t,
    dataLength: size_t,
    destination: *mut c_void,
) -> OSStatus