void *__cdecl MemSet(void *buf, unsigned int count, char value) { memset(buf, value, count); return buf; }