-module(untag_ffi). -export([id/1]). id(X) -> X.