LIBUSB_DT_BOS_SIZE
if (dlen >= LIBUSB_DT_BOS_SIZE &&
ptr->bLength = LIBUSB_DT_BOS_SIZE;
uint8_t bos_header[LIBUSB_DT_BOS_SIZE] = {0};
if (wTotalLength < LIBUSB_DT_BOS_SIZE)