Returns the type structure representation of the reified type
namespace HH\ReifiedGenerics; function get_type_structure<T>(): TypeStructure<T>;
TypeStructure<T>