pub type ChannelUniZeroCopyAtomic<InType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> = Atomic<'static, InType, AllocatorAtomicArray<InType, BUFFER_SIZE>, BUFFER_SIZE, MAX_STREAMS>;