libusb_try_lock_events method
Implementation
int libusb_try_lock_events(
ffi.Pointer<libusb_context> ctx,
) {
return (_libusb_try_lock_events ??= _dylib.lookupFunction<
_c_libusb_try_lock_events,
_dart_libusb_try_lock_events>('libusb_try_lock_events'))(
ctx,
);
}