/// <inheritdoc />
 protected override int EncodeBlock(
     byte *source, int sourceLength, byte *target, int targetLength) =>
 LLxx.LZ4_compress_HC_continue(
     _context, source, target, sourceLength, targetLength);