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