Searched defs:exception_handler (Results 1 – 1 of 1) sorted by relevance
99 exception_handler: *mut c_void, field115 let exception_handler = unsafe { AddVectoredExceptionHandler(1, Some(exception_handler)) }; in new() localVariable175 unsafe extern "system" fn exception_handler(exception_info: *mut EXCEPTION_POINTERS) -> i32 { in exception_handler() function