pub type Example { Custom(String) }
Custom(String)
pub const type_name: String = "example"
pub fn to_string(example: Example) -> String