pub type pfn_REPORTFAULT = Option<unsafe extern "system" fn(param0: *const EXCEPTION_POINTERS, param1: u32) -> EFaultRepRetVal>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const EXCEPTION_POINTERS, _: u32) -> EFaultRepRetVal)

Some value of type T.