fn display_memory_args<'a, 'b>(
    f: &'a mut Formatter<'b>,
    name: &str,
    is_read_write: bool,
    nums: &[&dyn AddressWidth]
) -> AmlDisplayer<'a, 'b>