pub type StreamChannel = StreamChannel;
#[repr(usize)]pub enum StreamChannel { Stdout = 0, Stderr = 1, }