Computes the length of a wide-character string.
#include <wchar.h> size_t wcslen ( const wchar_t *ws);
(IN) Points to the wide-character string whose length is to be computed.
Returns the number of wide characters that precede the null-terminating character.