pub trait ClassCreate { // Required method fn create() -> Result<*mut ConfClass>; }
A class can be created, which usually entails calling create_class
create_class
Create a class and register it in SIMICS. This does not instantiate the class by creating any objects, it only creates the (python) class that is used as a blueprint to instantiate the class