unsigned int USBConfigurationDescriptor_GetTotalLength(const USBConfigurationDescriptor *configuration) { return configuration->wTotalLength; }