-module(m25_ffi). -export([coerce/1]). coerce(Data) -> Data.