我在程序中使用 “ cvSeqSort( features, (CvCmpFunc)feature_cmp, 0 );”,
但是编译时提示错误:'type cast' : cannot convert from '' to 'int (__cdecl *)(const void *,const void *,void *)'     None of the functions with this name in scope match the target type ,
一直没弄懂什么原因,请各位指教一下?