pub fn disassemble(
    program: Program<'_>,
    address: Rva
) -> impl Iterator<Item = Instruction> + '_