Get the implementation of an Objective-C method.
Function getObjcMethodImp
#include <Geode/utils/ObjcHook.hpp>
std::stringconst&className
,std::stringconst&selectorName
)className
The name of the class whose method to get
selectorName
The name of the method to get
The implementation of the method, or an error.