ExceptionCode: u32ExceptionFlags: u32ExceptionRecord: *EXCEPTION_RECORDExceptionAddress: *anyopaqueNumberParameters: u32ExceptionInformation: [15]usizepub const EXCEPTION_RECORD = extern struct {
ExceptionCode: u32,
ExceptionFlags: u32,
ExceptionRecord: *EXCEPTION_RECORD,
ExceptionAddress: *anyopaque,
NumberParameters: u32,
ExceptionInformation: [15]usize,
}