wcstok
extern wchar_t *wcstok(wchar_t *, const wchar_t *);
extern wchar_t *wcstok(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
using std::wcstok;
extern wchar_t *wcstok(wchar_t *, const wchar_t *);
return (wcstok(string, sepset));