NTSTATUS __stdcall VfZwFlushInstructionCache(VOID *ProcessHandle, VOID *BaseAddress, UINT64 Length){
VOID *retaddr;
if( (unsigned int)ViZwShouldCheck() )
ViZwCheckVirtualAddress((UINT64)BaseAddress, retaddr);
return((__int64(__fastcall *)(VOID *, VOID *, UINT64))pXdvZwFlushInstructionCache)(
ProcessHandle,
BaseAddress,
Length);
}