PTP_WORK_CALLBACK typedef

PTP_WORK_CALLBACK = Pointer<NativeFunction<Void Function(PTP_CALLBACK_INSTANCE Instance, PVOID Context, PTP_WORK Work)>>

Implementation

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