__wcscspn
extern size_t __wcscspn(const wchar_t *wcs, const wchar_t *reject);
B_DEFINE_WEAK_ALIAS(__wcscspn, wcscspn);