# File lib/windows/msvcrt/string.rb, line 82 def wcslen(string) return nil if string == 0 Wcslen.call(string) end