C++解压算法 dunzip32.dll
bool BinaryUnCompress (const char* src, char*& dst, unsigned long& dst_size);
// BinaryUnCompress:
// src: data to uncompress
// dst: uncompressed data in internally allocated buffer
// dst_size: number of bytes of uncompressed data (this is not size of the buffer!)
Python 调用解压数据报错 应如何处理???