# File lib/ffi/types.rb, line 27
  def self.typedef(old, add)
    TypeDefs[add] = self.find_type(old)
  end