macro_rules! impl_actor_cids_type_actor {
    ($($actor_type:ident, $actor:ident),*) => { ... };
}