macro_rules! derive_btreemap_from_blob { ($struct_name:ident, $key_type:ty, $value_type:ty, $field_type:ident) => { ... }; }