libusb_unlock_events method
Implementation
void libusb_unlock_events(
ffi.Pointer<libusb_context> ctx,
) {
return (_libusb_unlock_events ??= _dylib.lookupFunction<
_c_libusb_unlock_events,
_dart_libusb_unlock_events>('libusb_unlock_events'))(
ctx,
);
}