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