__longest_prefix_match
return __longest_prefix_match(trie, node, key);
matchlen = __longest_prefix_match(trie, node, key);