pub type xmlNodeSet = _xmlNodeSet;
#[repr(C)]pub struct xmlNodeSet { pub nodeNr: i32, pub nodeMax: i32, pub nodeTab: *mut *mut _xmlNode, }
nodeNr: i32
nodeMax: i32
nodeTab: *mut *mut _xmlNode