Example #1
0
 public static extern UIntPtr ZSTD_decompressStream(void *ctx, ZSTD_outBuffer *output, ZSTD_inBuffer *input);
Example #2
0
 public static extern UIntPtr ZSTD_compressStream2(void *ctx, ZSTD_outBuffer *output, ZSTD_inBuffer *input, ZSTD_EndDirective directive);