一个自定义的 libiconv 封装类 IconvHelper
vcpkg new --name=iconvhelper --version=1.0.0
vcpkg add port libiconv
vcpkg install --x-install-root build/vcpkg_installed
cmake --preset release
cmake --build build/release- 可选:编译测试程序
cmake --build build/release --target test