MEMCPY_EARLY_FUNC
#ifndef MEMCPY_EARLY_FUNC
void *MEMCPY_EARLY_FUNC(void *, const void *, size_t);
return (MEMCPY_EARLY_FUNC(to, from, len));