Function xmlAddPrevSibling

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