exitUsbLibrary method

void exitUsbLibrary()

Implementation

void exitUsbLibrary() {
  _bindings.libusb_exit(nullptr);
}