pub fn encode_cursor_batch_payload( cursor_id: u32, rows: &[Vec<WireValue>], has_more: bool, ) -> Result<Vec<u8>, CursorPayloadError>