INT64 __fastcall PspInitializeSecExtensionHost(INT64 a1, INT64 a2){
INT64 result;
int v3[4];
__int64(__fastcall **v4)();
__int128 v5;
v3[1] = 0;
v3[3] = 0;
v3[0] = 65550;
v5 = 0i64;
v3[2] = 512;
v4 = PspSecHostInterface;
result = ExRegisterHost(&PspSecExtensionHost, a2, (__int64)v3);
if( (int)result < 0 )
PspSecExtensionHost = 0i64;
return result;
}