pub type xmlXPathAxis = _xmlXPathAxis;Aliased Type§
#[repr(C)]pub struct xmlXPathAxis {
pub name: *const u8,
pub func: Option<unsafe extern "C" fn(*mut _xmlXPathParserContext, *mut _xmlXPathObject) -> *mut _xmlXPathObject>,
}Fields§
§name: *const u8§func: Option<unsafe extern "C" fn(*mut _xmlXPathParserContext, *mut _xmlXPathObject) -> *mut _xmlXPathObject>