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