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