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