ZSTD_copyRawBlock
rSize = ZSTD_copyRawBlock(dst, dstCapacity, src, srcSize);
decodedSize = ZSTD_copyRawBlock(op, (size_t)(oend-op), ip, cBlockSize);