pub type Concat5<P, P2, P3, P4, P5> = Concat<P, Concat<P2, Concat<P3, Concat<P4, P5>>>>;
pub struct Concat5<P, P2, P3, P4, P5>(/* private fields */);