imCompressDataLZF

Compresses the data using the libLZF compression. \n * Returns the size of the compressed buffer or zero if failed. * \ingroup compress

version(IM)
extern (C) @nogc nothrow
int
imCompressDataLZF
(
const(void)* src_data
,,
void* dst_data
,)

Meta