Synopsis
size_t wcslen(const wchar_t *s);
Description

wcslen returns the length of the wide string pointed to by s, that is the number of wide characters that precede the terminating null wide character.