我想知道是否可以定义一个模板化的dllexport函数。到目前为止,该功能还没有模板化,并且可以正常工作。代码是这样的:模块.cpp:#ifdefined(__cplusplus)#defineDLL_Exportextern"C"__declspec(dllexport)#else/*__cplusplus*/#defineDLL_Export__declspec(dllexport)#endif/*__cplusplus*/...VirtualTPM*virtual_tpm;...DLL_ExportvoidTestPointModule_Check(stringname,void