function: Add support for wildcards in arguments.

We don't support unnamed arguments, and we give a terrible error
("Parameter has an unsupported type.") when you use them.

They're very simple to implement so we should just do it.
This commit is contained in:
Emilio Cobos Álvarez
2020-07-25 12:24:18 +02:00
parent 8eeb0bb6ec
commit 5eae0bc07b
18 changed files with 86 additions and 35 deletions
+2
View File
@@ -9,4 +9,6 @@ void pointer_test(const uint64_t *a);
void print_from_rust();
void unnamed(const uint64_t*);
} // extern "C"