We can extend/modify GetMethodNameVariants to suit our purposes here.
What symtab is looking for is alternate names we may want to use to
search for a specific symbol, and asking for variants of a name makes
the most sense here.
It might make more sense to wrap the ConstString and FunctionNameType
into a struct with a name, but for now I think a pair suffices.
Both functions can be const