Hi, i am trying to write a binding to the czmq library using ctypes. Some of these functions are variadic functions, like this one // Create new poller CZMQ_EXPORT zpoller_t * zpoller_new (void *reader, ...); Is there a way with ctypes to emulate this signature? Thanks in advance, Florian