wcsrchr scans the wide string ws for the
last occurrence of
the wide character wc.
The null wide character terminating ws is considered to be part
of the string.
Return values
wcsrchr returns a pointer to the last occurrence of the wide character
wc in the wide string ws, or a null pointer if wc
does not occur in the string.