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