Compile time checked Layout bounds.
the input and output type must habe the same size
```rust use const_layout::EqSize;
fn musthavesame_size, O>(input: I) -> O { ... }
```