INT64 __fastcall AllocateMemory(UINT16 *InstallUILanguageId){
VOID *PoolWithTag;
INT64 v2;
PoolWithTag = ExAllocatePoolWithTag(PagedPool, (UINT64)InstallUILanguageId, 0x4E4C53ui64);
v2 = (INT64)PoolWithTag;
if( PoolWithTag )
memset((INT64)PoolWithTag, 0i64);
return v2;
}