#include #include #include #include #include #include #include #define IMAGE_REPORT_LENGTH 8191 typedef struct Image image; typedef struct Key key; typedef struct Screen screen; typedef struct Streamdeck streamdeck; typedef struct Handler handler; int connect(); int close(); handler* create_hid_handler();