_IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY *__fastcall RtlLookupFunctionTableEx(char *a1, __int64 a2){
if( a1 < *(&byte_140E00020 + 1) || a1 >= (char *)*(&byte_140E00020 + 1) + *((unsigned int *)&byte_140E00020 + 4) )
return RtlpxLookupFunctionTable(a1, (_INVERTED_FUNCTION_TABLE_ENTRY *)a2);
*(_OWORD *)a2 = *(_OWORD *)&byte_140E00020;
*(_QWORD *)(a2 + 16) = *(&byte_140E00020 + 2);
return *(_IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY **)a2;
}