pub unsafe extern "C" fn arv_dom_node_replace_child(
    self_: *mut ArvDomNode,
    new_child: *mut ArvDomNode,
    old_child: *mut ArvDomNode
) -> *mut ArvDomNode