#pragma once #include "cru/common/pre_config.hpp" #include #include namespace cru::platform { std::string ToUtf8String(const std::wstring_view& string); }