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