#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlParserAddNodeInfo(
ctxt: *mut _xmlParserCtxt,
info: *mut _xmlParserNodeInfo,
)Expand description
Insert a node info record into the context’s sorted sequence.
§UPSTREAM-PARITY
void xmlParserAddNodeInfo(xmlParserCtxtPtr ctxt, xmlParserNodeInfoPtr info);