Subject Re: [firebird-support] isc_event_block_a() not exported on linux
Author Dimitry Sibiryakov
> I can't use isc_event_block() because I can't bind to vararg functions at all (I bind with libffi which doesn't support varargs).

Declare and bind it with max possible number of arguments (16).

SY, SD.