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