Make the C loader independent from its libclang version. The Ubuntu docker image no longer distributes clang-11. So we tried to upgrade it to clang-16 and realized we didn't need to change a single line of code. For that reason, we decided to make the C loader independent from the libclang version.
Description
Make the C loader independent from its libclang version. The Ubuntu docker image no longer distributes clang-11. So we tried to upgrade it to clang-16 and realized we didn't need to change a single line of code. For that reason, we decided to make the C loader independent from the libclang version.