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