hexdump_set_indent
hexdump_set_indent(&h, 4);
hexdump_set_indent(&h, 2);
hexdump_set_indent(&h, 1);
hexdump_set_indent(&hd, t->indent);
extern void hexdump_set_indent(hexdump_t *, uint8_t);