libusb_handle_events method
Implementation
int libusb_handle_events(
  ffi.Pointer<libusb_context> ctx,
) {
  return _libusb_handle_events(
    ctx,
  );
}int libusb_handle_events(
  ffi.Pointer<libusb_context> ctx,
) {
  return _libusb_handle_events(
    ctx,
  );
}