kasan_memmove
void *kasan_memmove(void *, const void *, size_t);
#define memmove(d, s, l) kasan_memmove(d, s, l)