CHAR *__stdcall ViDifAllocateCallbackStorage(){
CHAR *PoolWithTag;
CHAR *v1;
PoolWithTag = (CHAR *)ExAllocatePoolWithTag(NonPagedPoolNx, 0x100ui64, 0x494F6656ui64);
v1 = PoolWithTag;
if( PoolWithTag )
memset((INT64)PoolWithTag, 0i64);
return v1;
}