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