pub unsafe extern "system" fn KeRegisterBugCheckReasonCallback(
    callbackrecord: *mut KBUGCHECK_REASON_CALLBACK_RECORD,
    callbackroutine: PKBUGCHECK_REASON_CALLBACK_ROUTINE,
    reason: KBUGCHECK_CALLBACK_REASON,
    component: *const u8
) -> BOOLEAN
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"