pub fn read_message(stream: &mut dyn Read) -> Result<Vec<u8>>
Read an SMB message from a TCP stream (NetBIOS framing). Returns the raw message bytes (without the 4-byte length prefix).