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