pub type EmptyStruct = ();
Used in places where empty structs are needed, such as empty union members, to avoid creating new struct types.