pub type xmlXPathFunct = _xmlXPathFunct;Aliased Type§
struct xmlXPathFunct {
pub name: *const u8,
pub func: Option<unsafe extern "C" fn(_: *mut _xmlXPathParserContext, _: i32)>,
}Fields§
§name: *const u8§func: Option<unsafe extern "C" fn(_: *mut _xmlXPathParserContext, _: i32)>