pub type GC_warn_proc = Option<unsafe extern "C" fn(arg1: *mut c_char, arg2: GC_word)>;
pub enum GC_warn_proc { None, Some(unsafe extern "C" fn(*mut i8, u64)), }
No value.
Some value of type T.
T