UINT8 *__stdcall ViDifAllocateCallbackStorage(){
VOID **PoolWithTag;
UINT8 *v1;
PoolWithTag = ExAllocatePoolWithTag(0x200ui64, 0x100ui64, 1229940310i64);
v1 = (UINT8 *)PoolWithTag;
if( PoolWithTag )
memset(PoolWithTag, 0i64, 0x100u);
return v1;
}