macro_rules! multiplex_core {
    ($($core: path, $std: path),*) => { ... };
}