PTOP_LEVEL_EXCEPTION_FILTER typedef

PTOP_LEVEL_EXCEPTION_FILTER = Pointer<NativeFunction<LONG Function(Pointer<_EXCEPTION_POINTERS> ExceptionInfo)>>

Implementation

typedef PTOP_LEVEL_EXCEPTION_FILTER = ffi.Pointer<ffi.NativeFunction<LONG Function(ffi.Pointer<_EXCEPTION_POINTERS> ExceptionInfo)>>;