windows::Wdk::System::SystemServices

Function KeRegisterBugCheckCallback

pub unsafe fn KeRegisterBugCheckCallback(
    callbackrecord: *mut KBUGCHECK_CALLBACK_RECORD,
    callbackroutine: PKBUGCHECK_CALLBACK_ROUTINE,
    buffer: Option<*const c_void>,
    length: u32,
    component: *const u8,
) -> bool