xmlTextReaderMoveToAttributeNs

Function xmlTextReaderMoveToAttributeNs 

Source
pub unsafe extern "C" fn xmlTextReaderMoveToAttributeNs(
    reader: xmlTextReaderPtr,
    localName: *const xmlChar,
    namespaceURI: *const xmlChar,
) -> c_int