PTP_WAIT_CALLBACK typedef

PTP_WAIT_CALLBACK = Pointer<NativeFunction<Void Function(PTP_CALLBACK_INSTANCE Instance, PVOID Context, PTP_WAIT Wait, TP_WAIT_RESULT WaitResult)>>

Implementation

typedef PTP_WAIT_CALLBACK = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(PTP_CALLBACK_INSTANCE Instance, PVOID Context, PTP_WAIT Wait, TP_WAIT_RESULT WaitResult)>>;