Implemented the VisitFunctionTemplateDecl function for the import of template function definitions.
Note that this function needs the VisitTemplateTypeParmType function to be also implemented in order to work, therefore it is dependent on the Differential D17029. It also needs the change in Differential D17026 in the Diagnostics Engine of the ASTImporter in order for this test to catch any error emitted.