ndo_hexfmt
ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ);
ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ);
ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ);
static void ndo_hexfmt(uint8_t *, int, int, char *, int);