pub unsafe extern "system" fn ExAllocatePoolWithTagPriority(
    pooltype: POOL_TYPE,
    numberofbytes: usize,
    tag: u32,
    priority: EX_POOL_PRIORITY
) -> *mut c_void
Expand description

Required features: "Wdk_Foundation"