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