VC调用dll里面的回调函数

我调用一个dll里面的回调函数,原型说明如下,请问怎么调用?感觉原型有问题,和我看的资料不一样
void (WINAPI SetCallback)(long caller,long userdata);
设置回调,回调函数将接收终端传过来的数据和消息
回调函数的参数为
Void CALLBACK eipcalback(int cmdtype,char *ip,char *rectime,char *lpn,char *imgfile,BYTE *imgdata,int imgsize,RECT *lpnpos,long userdata);