pub unsafe extern "C" fn lyd_diff_apply_all(
data: *mut *mut lyd_node,
diff: *const lyd_node,
) -> TypeExpand description
@brief Apply the whole diff tree on a data tree.
Details are mentioned in ::lyd_diff_apply_module().
@param[in,out] data Data to apply the diff on. @param[in] diff Diff to apply. @return LY_SUCCESS on success, @return LY_ERR on error.