pub type rl_compentry_func_t = Option<unsafe extern "C" fn(arg1: *const c_char, arg2: c_int) -> *mut c_char>;
pub enum rl_compentry_func_t { None, Some(unsafe extern "C" fn(*const u8, i32) -> *mut u8), }
No value.
Some value of type T.
T