Function log

pub fn log<const N: usize, H>(
    interpreter: &mut Interpreter<impl InterpreterTypes>,
    host: &mut H,
)
where H: Host + ?Sized,