Function windows::Wdk::Storage::FileSystem::KeRemoveQueueEx

pub unsafe fn KeRemoveQueueEx<P0>(
    queue: *mut KQUEUE,
    waitmode: i8,
    alertable: P0,
    timeout: Option<*const i64>,
    entryarray: &mut [*mut LIST_ENTRY],
) -> u32
where P0: Param<BOOLEAN>,