INT64 __fastcall VfZwQueryBootEntryOrder(UINT64 *Ids, UINT64 *Count){
PVOID retaddr;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress((UINT64)Ids, retaddr);
ViZwCheckVirtualAddress((UINT64)Count, retaddr);
}
return((__int64(__fastcall *)(UINT64 *, UINT64 *))pXdvZwQueryBootEntryOrder)(Ids, Count);
}