# File lib/windows/msvcrt/string.rb, line 65
         def mbsrev(str)
            return nil if str == 0
            Mbsrev.call(str)
         end