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

Required features: "Wdk_Foundation"