pub type el_rfunc_t = Option<unsafe extern "C" fn(arg1: *mut EditLine, arg2: *mut wchar_t) -> c_int>;
pub enum el_rfunc_t { None, Some(unsafe extern "C" fn(*mut editline, *mut u32) -> i32), }
No value.
Some value of type T.
T