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