public static ulong CalculateMemoryOrdering(this TypeDefinition typeDef)
 {
     return(TypeHash.CalculateMemoryOrdering(typeDef));
 }