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