In open62541, all data types share the same basic API for creation, copying
and deletion. The header ua_types.h defines the builtin types. In addition,
we auto-generate ua_types_generated.h with additional types as well as the
following function definitions for all (builtin and generated) data types
T
.
void T_init(T *ptr)