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