pub fn init_tree(params: TreeParams, slice: &mut [u8]) -> Result<(), Error>
Initializes RBTree in the given slice without returning it
RBTree
This function can be used than you don’t know buffer sizes at compile time.