class FFI::StructLayout::Enum

def get(ptr)

def get(ptr)
  type.find(ptr.get_int(0))
end