pub unsafe extern "C" fn xmlDocSetRootElement(
    doc: xmlDocPtr,
    root: xmlNodePtr
) -> xmlNodePtr