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