pub unsafe extern "C" fn lyd_unlink_tree(node: *mut lyd_node) -> TypeExpand description
@brief Unlink the specified data subtree.
@param[in] node Data tree node to be unlinked (together with all the children). @return LYS_SUCCESS on success. @return LY_ERR error on error.