pub type OptFunctionOverloadFn = Option<FunctionOverloadFn>;
pub enum OptFunctionOverloadFn { None, Some(fn(&Vec<Type>, &Type, Vec<Object>, &NessaContext) -> Result<Object, String>), }
No value.
Some value of type T.
T