#pragma once #include namespace hex::plugin::builtin { std::string demangle(const std::string &mangled); }