#ifndef ESTRUCTURAS_WRAPP_H #define ESTRUCTURAS_WRAPP_H typedef struct image_data { int size; unsigned char* data; } binary_data; #endif