Consider this C header:
void f(int n, ...);
void F(int n, ...);
Here, jextract will attempt to emit two nested classes (for the variadic invoker) with the same name. Variadic invoker class names should be mangled.
void f(int n, ...);
void F(int n, ...);
Here, jextract will attempt to emit two nested classes (for the variadic invoker) with the same name. Variadic invoker class names should be mangled.