hexdump_set_width
hexdump_set_width(&h, bytes_per_col * col_per_row);
hexdump_set_width(&h, BYTES_PER_LINE);
hexdump_set_width(&hd, t->width);
extern void hexdump_set_width(hexdump_t *, uint8_t);