#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlParserFindNodeInfo(
ctxt: *mut _xmlParserCtxt,
node: *mut _xmlNode,
) -> *const _xmlParserNodeInfoExpand description
Find the node info record for a given node, or NULL.
§UPSTREAM-PARITY
const xmlParserNodeInfo *xmlParserFindNodeInfo(xmlParserCtxtPtr ctxt,
xmlNodePtr node);