PSC_NOTIFICATION_CALLBACK typedef

PSC_NOTIFICATION_CALLBACK = Pointer<NativeFunction<Void Function(DWORD, PVOID)>>

Implementation

typedef PSC_NOTIFICATION_CALLBACK = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(DWORD, PVOID)>>;