pub type Sender<'a, T, const N: usize> = Sender<'a, RawMutex, T, N>;
struct Sender<'a, T, const N: usize> { /* private fields */ }