libusb_handle_events_timeout_completed method
Implementation
int libusb_handle_events_timeout_completed(
ffi.Pointer<libusb_context> ctx,
ffi.Pointer<timeval64> tv,
ffi.Pointer<ffi.Int32> completed,
) {
return (_libusb_handle_events_timeout_completed ??= _dylib.lookupFunction<
_c_libusb_handle_events_timeout_completed,
_dart_libusb_handle_events_timeout_completed>(
'libusb_handle_events_timeout_completed'))(
ctx,
tv,
completed,
);
}