pub type NameToInstructionMap = HashMap<(Arch, String), Instruction>;
pub struct NameToInstructionMap { /* private fields */ }