Function interpret_syscall

Source
pub fn interpret_syscall<Env: InterpreterEnv>(
    env: &mut Env,
    _instr: SyscallInstruction,
)