Native C header file could have java keywords in declaration that are valid C identifier.
For example, following valid C function declaration would produce a java function with argument named boolean and cause jextract to fail
void foo(int boolean);
For example, following valid C function declaration would produce a java function with argument named boolean and cause jextract to fail
void foo(int boolean);