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