1 // Copyright © 2015, skdltmxn
2 // Licensed under the MIT License <LICENSE.md>
3 //! ApiSet Contract for api-ms-win-core-errorhandling-l1
4 pub type PTOP_LEVEL_EXCEPTION_FILTER = Option<unsafe extern "system" fn(
5     ExceptionInfo: *mut ::EXCEPTION_POINTERS,
6 ) -> ::LONG>;
7 pub type LPTOP_LEVEL_EXCEPTION_FILTER = PTOP_LEVEL_EXCEPTION_FILTER;
8