macro_rules! impl_config_inner {
    ($runtime:ty$(,)?) => { ... };
    ($runtime:ty, CurrentBlockNumber = $current_block_number:ty $(, $( $rest:tt )*)?) => { ... };
}