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