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