c-blosc/blosc/shuffle.c:26:15: error: ‘bool’ cannot be defined via ‘typedef’
26 | typedef _Bool bool;
| ^~~~
c-blosc/blosc/shuffle.c:26:15: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
c-blosc/blosc/shuffle.c:26:1: warning: useless type name in empty declaration
26 | typedef _Bool bool;
| ^~~~~~~