Trying to evaluate:
((unsigned short* (*)(void *))10544800)((void*)44769264)
or
((unsigned short* (*)(void *))_ElementsGetTypeName)((void*)44769264)
in lldb/windows gives me
Unsupported instruction: %call = call i16* inttoptr (i32 16967328 to i16* (i8*)*)(i8* inttoptr (i32 15867888 to i8*))
Seems to be triggered by support_function_calls being false(but I can't see who would ever set this to true)
what am I missing?