Hi guys,

I am wondering if I can wrap some variadic functions (with optional arguments) with UFFI. Is this possible? If true, how so? For my particular use case, I am checking if I can call��fcntl()
which has a third optional argument.

Thanks in advance,

--