With C standard of C99 static_assert is no longer available causing a compile failure: https://github.com/libusb/hidapi/blob/a7587175f35ddcbdfb1ce5a1e4dd7a268699ba7f/windows/hidapi_descriptor_reconstruct.h#L133
With C standard of C99 static_assert is no longer available causing a compile failure:
hidapi/windows/hidapi_descriptor_reconstruct.h
Line 133 in a758717