python中如何调用一个C主程序的函数

python中如何调用一个C主程序的函数,非so



int crypt(char *pin,char *pout)
{

.....

return 0;
}

这个函数如何加到python的Dict