PTP_CLEANUP_GROUP_CANCEL_CALLBACK typedef

PTP_CLEANUP_GROUP_CANCEL_CALLBACK = Void Function(Pointer<Void>, Pointer<Void>)

Implementation

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