int decompress( Pointer<Void> dst, int dstCapacity, Pointer<Void> src, int compressedSize, ) => _bindings.ZSTD_decompress( dst, dstCapacity, src, compressedSize, );