# File lib/windows/msvcrt/buffer.rb, line 61
         def memmove(dest, src, count)
            Memmove.call(dest, src, count)
         end