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