dump_device_desc
dump_device_desc(tp->data, tp->length, "Attribute");
static void dump_device_desc(u_char *p, int len, const char *type);
dump_device_desc(tp->data, tp->length, "Common");
void dump_device_desc(struct libusb20_device *pdev, bool list_mode);
dump_device_desc(pdev, opt->opt_dump_in_list_mode);
dump_device_desc(pdev, false);