pub type LPTOP_LEVEL_EXCEPTION_FILTER = Option<unsafe extern "system" fn(exceptioninfo: *const EXCEPTION_POINTERS) -> i32>;

Aliased Type§

enum LPTOP_LEVEL_EXCEPTION_FILTER {
    None,
    Some(unsafe extern "system" fn(_: *const EXCEPTION_POINTERS) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const EXCEPTION_POINTERS) -> i32)

Some value of type T.