snprintb_m
int snprintb_m(char *buf, size_t buflen, const char *bitfmt, uint64_t val,
return snprintb_m(buf, buflen, bitfmt, val, 0);