initUsbLibrary method

int initUsbLibrary()

Implementation

int initUsbLibrary() {
  return _bindings.libusb_init(nullptr);
}