The methods in `Fiddle::CParser` such as `parse_struct_signature` are useful on their own, outside of a class instance. Would it make sense to be able to call these as module methods, in addition to the existing instance method interface? i.e. ```ruby require 'fiddle/cparser' Fiddle::CParser.parse_struct_signature(...) ```