Type Alias PHVL_WHEA_ERROR_NOTIFICATION
pub type PHVL_WHEA_ERROR_NOTIFICATION = Option<unsafe extern "system" fn() -> NTSTATUS>;Aliased Type§
pub enum PHVL_WHEA_ERROR_NOTIFICATION {
None,
Some(unsafe extern "system" fn() -> NTSTATUS),
}