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