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