pub fn visit_mutation_batch_payload<F>(bytes: &[u8], visit: F) -> Result<()>where F: FnMut(BorrowedReplicationMutation<'_>) -> Result<()>,