class FFI::CallbackInfo

def initialize(return_type, arg_types = [], *other)

def initialize(return_type, arg_types = [], *other)
  @return_type = return_type
  @arg_types = arg_types
  @options = options
end