pub fn msg_create2_with_cwd( nonce: u16, rows: u16, cols: u16, tag: &str, command: &str, features: u8, cwd: Option<&str>, ) -> Vec<u8> ⓘ