compress3
int compress3(unsigned char* out, unsigned char* in, int bytes);
compressedSize = compress3(&out_buffer[0], &in_buffer[0], in_size);