MEMSET_EARLY_FUNC
#ifndef MEMSET_EARLY_FUNC
void *MEMSET_EARLY_FUNC(void *, int, size_t);
return (MEMSET_EARLY_FUNC(buf, c, len));