How can I cast to a method pointer in ctypes. for example this in C <br><br>int (*func)();<br>func = (int (*)()) expl;<br>(int)(*func)();<br><br>How can I do this in ctypes using Python? I couldn't find the info I needed to be able to do this<br>
<br>*cheers<br><br><br><br><div class="line alt2"><table><tbody><tr><td class="content"></td></tr></tbody></table></div>