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