# File lib/windows/msvcrt/string.rb, line 87
         def wcsrev(str)
            return nil if str == 0
            Wcsrev.call(str)
         end