# File lib/windows/msvcrt/string.rb, line 33
         def strcpy(dest, src)
            return nil if src == 0
            Strcpy.call(dest, src)
         end