kcsan_memcpy
void *kcsan_memcpy(void *, const void *, size_t);
#define memcpy(d, s, l) kcsan_memcpy(d, s, l)