_printn
_printn(uint64_t n, int b, int width, int pad, char **bp)
_printn(uint64_t n, int b, int width, int pad, void (*emit)(char, char **),