pub async fn write_blob( stream: &mut TcpStream, data: &[u8], ) -> Result<(), WireError>
Writes an opaque length-prefixed blob (e.g. a serialised MLS Welcome or KeyPackage).