pub type NodeKey = (usize, SmallVec<[u8; 40]>);
Partial node key type: offset and owned value of a nibbleslice. Offset is applied on first byte of array (bytes are right aligned).