libusb_handle_events method
Implementation
int libusb_handle_events(
ffi.Pointer<libusb_context> ctx,
) {
return (_libusb_handle_events ??= _dylib.lookupFunction<
_c_libusb_handle_events,
_dart_libusb_handle_events>('libusb_handle_events'))(
ctx,
);
}