void *__cdecl FillBuffer(void *buf, unsigned int count, char value)
{
  memset(buf, value, count); /*0xffd7f6f9*/
  return buf; /*0xffd7f6ff*/
}
