freeimage.h
FIICCPROFILE
#ifdef __cplusplus
#define FI_STRUCT(x) struct x
#else
#define FI_STRUCT(x) typedef struct x x; struct x
#endif
FI_STRUCT (FIICCPROFILE) {
WORD flags; //! info flag
DWORD size; //! profile's size measured in bytes
void *data; //! points to a block of contiguous memory containing the profile
};