libusb_handle_events_locked method
Implementation
int libusb_handle_events_locked(
ffi.Pointer<libusb_context> ctx,
ffi.Pointer<timeval64> tv,
) {
return (_libusb_handle_events_locked ??= _dylib.lookupFunction<
_c_libusb_handle_events_locked,
_dart_libusb_handle_events_locked>('libusb_handle_events_locked'))(
ctx,
tv,
);
}