Function windows::Wdk::System::SystemServices::KeDelayExecutionThread

pub unsafe fn KeDelayExecutionThread<P0>(
    waitmode: i8,
    alertable: P0,
    interval: *const i64,
) -> NTSTATUS
where P0: Param<BOOLEAN>,