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