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