This is a Ghidra extension that provides some user friendly ways to parse small source code snippets into data types.
Go to the releases page and download the latest version for your Ghidra distribution.
In Ghidra main window go to File
> Install extensions...
. In the new window press the +
icon to import the downloaded zip.
There will be a new right click option in the data type manager window to parse data types from C. You can then paste an small snippet of code that will be parsed into types.
For development instructions checkout doc/Develop.md.