We're using cbindgen to generate both C and C++ headers in our project. However, the generated C header fails to build on macOS with the 0.10.1 release (QE-Lab/dqcsim#313) because uchar.h is missing on macOS.
target/include/dqcsim.h:5:10: fatal error: 'uchar.h' file not found
#include <uchar.h>
^~~~~~~~~