pub type GC_fn_type = Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>;
pub enum GC_fn_type { None, Some(unsafe extern "C" fn(*mut c_void) -> *mut c_void), }
No value.
Some value of type T.
T