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