我目前需要一些帮助来学习如何使用bzlib.hheader。我想知道是否有人会如此友好地帮助我在C++使用任何Boost库的情况下找出compressToBZ2()函数?voidcompressBZ2(std::stringfile){std::ifstreaminfile;intfileDestination=infile.open(file.c_str());charbz2Filename[]="file.bz2";FILE*bz2File=fopen(bz2Filename,"wb");intbzError;constintBLOCK_MULTIPLIER=7;BZFILE*my