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