[Solved] How can I convert function types with the same signature?
The usual type conversions work for function types just as well as they work for non-function types: pkg1.PkgApiCall(SomeFuncType(x)) solved How can I convert function types with the same signature?