kasan_memcmp
int kasan_memcmp(const void *, const void *, size_t);
#define memcmp(a, b, l) kasan_memcmp(a, b, l)