-module(houdini_ffi). -export([coerce/1]). coerce(X) -> X.