libusb_handle_events_timeout method
Implementation
int libusb_handle_events_timeout(
ffi.Pointer<libusb_context> ctx,
ffi.Pointer<timeval64> tv,
) {
return (_libusb_handle_events_timeout ??= _dylib.lookupFunction<
_c_libusb_handle_events_timeout,
_dart_libusb_handle_events_timeout>('libusb_handle_events_timeout'))(
ctx,
tv,
);
}