pub unsafe extern "system" fn KeRegisterBugCheckCallback(
    callbackrecord: *mut KBUGCHECK_CALLBACK_RECORD,
    callbackroutine: PKBUGCHECK_CALLBACK_ROUTINE,
    buffer: *const c_void,
    length: u32,
    component: *const u8
) -> BOOLEAN
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"