pub fn run_command_raw_timeout( program: &str, args: &[&str], timeout_ms: u64, ) -> Option<Vec<u8>>
Run a subprocess command with timeout and return raw stdout bytes.