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