pub type CalculateContainer<const ALIGN: usize, const SIZE: usize> = <ContainerCalculator<ALIGN, SIZE> as ContainerCalculateHelper>::Result;
Given align and size, it will returns the container exactly can put the data in.