See:
https://mail.openjdk.org/pipermail/jextract-dev/2024-February/001404.html
Basically, jextract has some heuristics to filter out some non-sensical struct/union descriptions generated by the clang API. But the current regex doesn't take into account small variations between different libclang versions, so it should be updated.
https://mail.openjdk.org/pipermail/jextract-dev/2024-February/001404.html
Basically, jextract has some heuristics to filter out some non-sensical struct/union descriptions generated by the clang API. But the current regex doesn't take into account small variations between different libclang versions, so it should be updated.