snprintb
snprintb(char *buf, size_t bufsize, const char *bitfmt, uint64_t val)
#define snprintb(b, l, f, v) bitmask_snprintf((v), (f), (b), (l))