UINT8 __stdcall HviIsHypervisorMicrosoftCompatible(){
_HV_HYPERVISOR_INTERFACE_INFO HypervisorInterfaceOut;
HypervisorInterfaceOut = 0i64;
HviGetHypervisorInterface(&HypervisorInterfaceOut);
return HypervisorInterfaceOut.Interface == 824407624;
}