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