class FFI::ConstGenerator::Constant

def converted_value

def converted_value
  if @converter
    @converter.call(@value)
  else
    @value
  end
end