pub type mex_exit_fn = Option<extern "C" fn()>;
pub enum mex_exit_fn { None, Some(extern "C" fn()), }
No value.
Some value of type T.
T