#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlNewComment( content: *const xmlChar, ) -> *mut _xmlNode
Create a new comment node.
xmlNodePtr xmlNewComment(const xmlChar *content);