pub type PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER = Option<unsafe extern "system" fn(context: *const c_void, osselrecord: *const IPMI_OS_SEL_RECORD) -> NTSTATUS>;

Aliased Type§

enum PFN_WHEA_HIGH_IRQL_LOG_SEL_EVENT_HANDLER {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const IPMI_OS_SEL_RECORD) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const IPMI_OS_SEL_RECORD) -> NTSTATUS)

Some value of type T.