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