Function dup

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