The wcscspn function scans the wide characters in the string
pointed to by wstr1 until it encounters a character found in
wstr2. The function returns the length of the initial segment of
wstr1 that is formed by characters not found in wstr2.