pub type Sender<Sqe, Rqe, Ext = ()> = UringA<Sqe, Rqe, Ext>;
struct Sender<Sqe, Rqe, Ext = ()>(/* private fields */);