PAPCFUNC typedef

PAPCFUNC = Pointer<NativeFunction<Void Function(ULONG_PTR Parameter)>>

Implementation

typedef PAPCFUNC = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ULONG_PTR Parameter)>>;