Help for this page
struct pMG; typedef struct pMG pMG; struct pMG { .... };
struct pMG { .... }; typedef struct pMG pMG;
typedef struct pMG { .... } pMG;
typedef struct { .... } pMG;