cbindgen
cbindgen copied to clipboard
Support converting Rust `<name>: ...` to C `...` (varargs)
Fixes https://github.com/mozilla/cbindgen/issues/891.
I made this configurable, but I'm not sure if that's correct. Should ...
be the default, or only accepted translation, given Rust supports both va: ...
and va: VaList
for those two purposes?