pub type CubicCentimeter<S = f64> = Quantity<CubicCentimeter, S>;
CubicCentimeter.
pub struct CubicCentimeter<S = f64>(/* private fields */);