class FFI::Struct

def callback(params, ret)

def callback(params, ret)
  mod = enclosing_module
  FFI::CallbackInfo.new(find_type(ret, mod), params.map { |e| find_type(e, mod) })
end