PTP_SIMPLE_CALLBACK typedef

PTP_SIMPLE_CALLBACK = Pointer<NativeFunction<Void Function(PTP_CALLBACK_INSTANCE Instance, PVOID Context)>>

Implementation

typedef PTP_SIMPLE_CALLBACK = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(PTP_CALLBACK_INSTANCE Instance, PVOID Context)>>;