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