1 2 3 4 5
#pragma once #include "nx/nxuri.h" #include "foundation/error.h" int NXURICreateWithUTF16(nx_uri_t *out, const wchar_t *utf16);