Type Alias xmlXPathType

Source
pub type xmlXPathType = _xmlXPathType;

Aliased Type§

struct xmlXPathType {
    pub name: *const u8,
    pub func: Option<unsafe extern "C" fn(_: *mut _xmlXPathObject, _: i32) -> i32>,
}

Fields§

§name: *const u8§func: Option<unsafe extern "C" fn(_: *mut _xmlXPathObject, _: i32) -> i32>