pub unsafe extern "C" fn ddsrt_avl_init(
td: *const ddsrt_avl_treedef_t,
tree: *mut ddsrt_avl_tree_t,
)Expand description
@brief Initialize the tree.
The treedef must have been initialized prior to calling this.
@param[in] td treedef of the tree @param[out] tree the avl tree @see ddsrt_avl_free @see ddsrt_avl_treedef_init