Contents:
Defined in File bstree.h
Remove the node in a BST that contains data that matches the given key.
tree – The BST handle
key – Key to match in the search for the node to delete
status_t