module FFI::DataConverter

def from_native(value, ctx)

Convert from a native type.
def from_native(value, ctx)
  value
end