pub type ChannelMultiMmapLog<ItemType, const MAX_STREAMS: usize> = MmapLog<'static, ItemType, MAX_STREAMS>;
pub struct ChannelMultiMmapLog<ItemType, const MAX_STREAMS: usize> { /* private fields */ }