# Functions
NewFromBinary initialises a serialized stacktrie with the given db.
NewStackTrie allocates and initializes an empty trie.
NewStackTrieWithOwner allocates and initializes an empty trie, but with the additional owner field.
# Type aliases
NodeWriteFunc is used to provide all information of a dirty node for committing so that callers can flush nodes into database with desired scheme.