编译器错误 C2212

“identifier”:__based 不可用于指向函数的指针

指向函数的指针不能声明为 __based。 如果需要基于代码的数据,请使用 __declspec 关键字或 data_seg pragma。