5#ifndef FLUTTER_FML_PLATFORM_WIN_WSTRING_CONVERSION_H_
6#define FLUTTER_FML_PLATFORM_WIN_WSTRING_CONVERSION_H_
std::wstring Utf8ToWideString(const std::string_view str)
std::string WideStringToUtf8(const std::wstring_view str)
std::u16string WideStringToUtf16(const std::wstring_view str)
std::wstring Utf16ToWideString(const std::u16string_view str)