__wcspbrk
extern wchar_t *__wcspbrk(const wchar_t *wcs, const wchar_t *accept);
B_DEFINE_WEAK_ALIAS(__wcspbrk, wcspbrk);