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)