pub type xmlXPathType = _xmlXPathType;Aliased Type§
#[repr(C)]pub 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>