xmlAddSibling

Function xmlAddSibling 

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