PTP_WORK_CALLBACK typedef

PTP_WORK_CALLBACK = Void Function(Pointer<_TP_CALLBACK_INSTANCE>, Pointer<Void>, Pointer<_TP_WORK>)

Implementation

typedef PTP_WORK_CALLBACK = ffi.Void Function(
  ffi.Pointer<_TP_CALLBACK_INSTANCE>,
  ffi.Pointer<ffi.Void>,
  ffi.Pointer<_TP_WORK>,
);