Returns the name of the class represented by this reified type
namespace HH\ReifiedGenerics; function get_classname<T>(): classname<T>;
If this type does not represent a class, throws an exception
classname<T>