initLibUsb method

int initLibUsb()

Implementation

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