这么写行吗?
int CMyClass::SomeFunc(int a,int b)
{
    return 100;
}int (pMyFunc*)(int,int);
pMyFunc=CMyClass::SomeFunc;