# File lib/windows/msvcrt/buffer.rb, line 45
         def memccpy(dest, src, char, count)
            Memccpy.call(dest, src, char, count)
         end