bool GetRealFunctionAddress(const char *func_name, uptr *func_addr, uptr real, uptr wrapper)
This function has evolved over the years. Comment about return value is
lying. Paramters real/wrapper don't make much sense and are not supplied
at any call site. Real return type is never used.
Refactored to be consistent with GetFuncAddrVer.
Is this right? The previous version didn't have an assignment.