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