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