The libc implementation
Marcel Sondaar
Public Domain
wchar_t * wcspbrk(const wchar_t *s1,const wchar_t *s2)
Finds the first character in s1 that occurs in s2
Returns a pointer to a character in s1 that occurs in s2
Returns NULL if s1 and s2 do not share any characters