INT64 __fastcall PspInitializeOctagonExtensionHost(INT64 a1, INT64 a2){
INT64 result;
int v3[4];
__int64(__fastcall **v4)(PVOID);
__int128 v5;
v3[1] = 0;
v3[3] = 0;
v3[0] = 131085;
v5 = 0i64;
v3[2] = 512;
v4 = &PspOctHostInterface;
result = ExRegisterHost(&PspOctExtensionHost, a2, (__int64)v3);
if( (int)result < 0 )
PspOctExtensionHost = 0i64;
return result;
}