pub type DefaultBlockSize = BlockSize<32, 4>;
Reasonable default block size
Each block will have 32 slots.
pub struct DefaultBlockSize;