# File lib/cstruct/cstruct.rb, line 217
  def reset
    (0...self.class.size).each { |i| Utils.string_setbyte @data,i, 0 }
    sync_to_owner
  end