Function jumpdest_or_nop

pub fn jumpdest_or_nop<WIRE, H>(
    interpreter: &mut Interpreter<WIRE>,
    _host: &mut H,
)
where WIRE: InterpreterTypes, H: Host + ?Sized,