PTP_TIMER_CALLBACK typedef

PTP_TIMER_CALLBACK = Pointer<NativeFunction<Void Function(PTP_CALLBACK_INSTANCE Instance, PVOID Context, PTP_TIMER Timer)>>

Implementation

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