pub type HeapSizeU32Of<T> = IntoU32<<T as Config>::HeapSize, <T as Config>::Size>;
The maximal heap size of a page.
struct HeapSizeU32Of<T>(/* private fields */);