macro_rules! implement_seq_config {
    ($config : ty, $base_algo : path, $size : expr) => { ... };
}