__msan_memset
#define __underlying_memset __msan_memset
void *__msan_memset(void *s, int c, size_t n);
void *__msan_memset(void *dst, int c, uintptr_t n);
EXPORT_SYMBOL(__msan_memset);