Module ida_typeinf
The recommended way of using type info is to use the tinfo_t class. The type information is internally kept as an array of bytes terminated by 0.
Items in brackets [] are optional and sometimes are omitted. type_t... means a sequence of type_t bytes which defines a type.
@note: to work with the types of instructions or data in the database, use get_tinfo()/set_tinfo() and similar functions.