ZEROS
KUNIT_EXPECT_MEMEQ(kunittest, buf, ZEROS, strlen(ZEROS));
test(ZEROS "00000000", "%p", NULL);
test(ZEROS "00000000", "%px", NULL);
test(ZEROS "000000ab", "%px", PTR_INVALID);
test(ZEROS "00000000", "%pK", PTR);