macro_rules! impl_primitive_trie_value {
    ($primitive:ty, $error:ty) => { ... };
}