PTP_SIMPLE_CALLBACK typedef

PTP_SIMPLE_CALLBACK = Void Function(Pointer<_TP_CALLBACK_INSTANCE>, Pointer<Void>)

Implementation

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