Function windows::Wdk::System::SystemServices::ExAllocatePoolWithTag

pub unsafe fn ExAllocatePoolWithTag(
    pooltype: POOL_TYPE,
    numberofbytes: usize,
    tag: u32,
) -> *mut c_void