Function windows::Wdk::System::SystemServices::KeWaitForSingleObject

pub unsafe fn KeWaitForSingleObject<P0>(
    object: *const c_void,
    waitreason: KWAIT_REASON,
    waitmode: i8,
    alertable: P0,
    timeout: Option<*const i64>,
) -> NTSTATUS
where P0: Param<BOOLEAN>,