freeimage.h

FIMEMORY

#ifdef __cplusplus
#define FI_STRUCT(x)	struct x
#else
#define FI_STRUCT(x)	typedef struct x x; struct x
#endif

/**
Handle to a memory I/O stream
*/
FI_STRUCT (FIMEMORY) { void *data; };