Do you know how I can call a C variadic function in FFI Deno?

I want to call a C variadic function from Deno but I looked at the documentation and it doesn't seem possible. Solutions ? Thanks in advance.