How can I call C function that accepts `va_list`?
# kotlin-native
i
How can I call C function that accepts
va_list
?
d
You can't. You need to make a variadic
...
wrapper function.