For example, I want to remap structure field from: ```cs int Something.type; ``` to: ```cs SomethingType Something.type; ``` As concept, I can use `--remap-type Something.type=SomethingType`.
For example, I want to remap structure field from:
to:
As concept, I can use
--remap-type Something.type=SomethingType.