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