int gblCompress(const void *pSrc, void *pDst, size_t srcSize, size_t dstCapacity, int compressionLevel)
Compresses the source buffer into the sized destination buffer, returning its actual compressed size.
int gblDecompress(const void *pSrc, void *pDst, size_t srcSize, size_t dstCapacity)
Decompresses the source buffer into the sized destination buffer, returning its actual decompressed s...