mempcpy
mempcpy(void *__restrict dst, const void *__restrict src, size_t len)
mempcpy(void *restrict s1, void const *restrict s2, size_t n)