ficlSystemInformation
fsi = malloc(sizeof (ficlSystemInformation));
ficlSystemInformation *fsi;
ficlSystemInformation *fsi;
fsi = malloc(sizeof (ficlSystemInformation));
{ memset((x), 0, sizeof (ficlSystemInformation)); \
(x)->size = sizeof (ficlSystemInformation); }
FICL_PLATFORM_EXTERN ficlSystem *ficlSystemCreate(ficlSystemInformation *fsi);
struct ficlSystemInformation;
typedef struct ficlSystemInformation ficlSystemInformation;
ficlSystemCreate(ficlSystemInformation *fsi)
ficlSystemInformation fauxInfo;