Source position: exec.pas line 1306
function AVL_FindNextNodeByKey(
const root: PAVLNode;
key: POINTER;
func: POINTER
):PAVLNode;