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