LPTOP_LEVEL_EXCEPTION_FILTER typedef

LPTOP_LEVEL_EXCEPTION_FILTER = Int64 Function(Pointer<PEXCEPTION_POINTERS>)

Implementation

typedef LPTOP_LEVEL_EXCEPTION_FILTER = ffi.Int64 Function(
  ffi.Pointer<PEXCEPTION_POINTERS>,
);