#pragma once #include namespace netcore{ bool decrypt_ota_file_impl(const std::string& input_path, const std::string& output_zip_path); }