pub type xmlXPathFunction = Option<unsafe extern "C" fn(ctxt: xmlXPathParserContextPtr, nargs: c_int)>;Aliased Type§
pub enum xmlXPathFunction {
None,
Some(unsafe extern "C" fn(*mut _xmlXPathParserContext, i32)),
}pub type xmlXPathFunction = Option<unsafe extern "C" fn(ctxt: xmlXPathParserContextPtr, nargs: c_int)>;pub enum xmlXPathFunction {
None,
Some(unsafe extern "C" fn(*mut _xmlXPathParserContext, i32)),
}