void *__cdecl FillBuffer32(void *buf, unsigned int count, int value) { memset32(buf, value, count); /*0xffd7f799*/ return buf; /*0xffd7f79f*/ }