usb1._libusb1: Mark libusb_control_setup as packed

Following a libusb commit: which states that libusb relies on this struct
not having any padding but until now it was left to the compiler to decide.
Apparently no compiler (nor ctypes) insert padding as otherwise it would
have broken all asynchronous control transfers, but better be explicit.
1 file changed