pub type Image { JPEG PNG Custom(String) }
JPEG
PNG
Custom(String)
pub const type_name: String = "image"
pub fn to_string(ct: Image) -> String