libusb_pollfd_removed_cb typedef

libusb_pollfd_removed_cb = Void Function(Int32, Pointer<Void>)

Implementation

typedef libusb_pollfd_removed_cb = ffi.Void Function(
  ffi.Int32,
  ffi.Pointer<ffi.Void>,
);