pub type InputImageContent_ImageUrl = Option<String>;
pub enum InputImageContent_ImageUrl { None, Some(String), }
No value.
Some value of type T.
T