Function libxml::bindings::xmlAddSibling

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