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