macro_rules! resolve_host_idx {
    ($idx:literal) => { ... };
    ($idx:ident) => { ... };
}