pub type gather_feature_func = Option<unsafe extern "C" fn(l: feature_list)>;
pub enum gather_feature_func { None, Some(unsafe extern "C" fn(*mut *mut _GList)), }
No value.
Some value of type T.
T