__wcstok
extern wchar_t *__wcstok(wchar_t *wcs1, const wchar_t *wcs2, wchar_t **ptr);
B_DEFINE_WEAK_ALIAS(__wcstok, wcstok);