#pragma once #include "pre.hpp" #include "base.hpp" namespace cru::util { MultiByteString ToUtf8String(const StringView& string); }