macro_rules! create_instance_manager {
    ($manager:ident, $type:ident) => { ... };
    ($manager:ident, $type:ident, $impl:tt) => { ... };
}