Compresses the data using the ZLIB Deflate compression. \n
* The destination buffer must be at least 0.1% larger than source_size plus 12 bytes. \n
* It compresses raw byte data. zip_quality can be 1 to 9. \n
* Returns the size of the compressed buffer or zero if failed.
* \ingroup compress
Compresses the data using the ZLIB Deflate compression. \n * The destination buffer must be at least 0.1% larger than source_size plus 12 bytes. \n * It compresses raw byte data. zip_quality can be 1 to 9. \n * Returns the size of the compressed buffer or zero if failed. * \ingroup compress