void *__cdecl InternalSetMem32(void *buf, unsigned int count, int value)
{
  memset32(buf, value, count);
  return buf;
}