Function windows::Wdk::System::SystemServices::KeInsertQueueDpc
pub unsafe fn KeInsertQueueDpc(
dpc: *mut KDPC,
systemargument1: Option<*const c_void>,
systemargument2: Option<*const c_void>,
) -> BOOLEAN