macro_rules! impl_mock_registry {
    ($name:ident, $asset_id:ty, $balance:ty, $custom_metadata:ty, $string_limit:ty) => { ... };
}