# File lib/windows/msvcrt/buffer.rb, line 49
         def memchr(buf, char, count)
            Memchr.call(buf, char, count)
         end