pub unsafe extern "system" fn KeRemoveQueueEx(
    queue: *mut KQUEUE,
    waitmode: i8,
    alertable: BOOLEAN,
    timeout: *const i64,
    entryarray: *mut *mut LIST_ENTRY,
    count: u32
) -> u32
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_Kernel"