Represents an instance of a C structure.
make interface.language.c.c_struct_instance(struct): Class constructor.struct: Structure to create instance of.make interface.language.c.c_struct_instance(struct, inst): Internal use only.struct: Structure to use.inst: Instance to use.destruct interface.language.c.c_struct_instance(): Class destructor.operator |(): Get or set structure value._destruct: Internal use only._instance: Internal use only._struct: Internal use only.pointer(): Return pointer value usable in functions.