Creator function will be named _CreateMy_Type_, but pack method will try to call _CreateMyType_. ``` namespace a; struct My_Type { i:int; } ``` [My_Type.py](https://github.com/user-attachments/files/23627372/My_Type.py)
Creator function will be named CreateMy_Type, but pack method will try to call CreateMyType.
My_Type.py