Function xmlAddNextSibling

Source
pub unsafe extern "C" fn xmlAddNextSibling(
    cur: xmlNodePtr,
    elem: xmlNodePtr,
) -> xmlNodePtr