pub async fn decrypt_batch(
configuration: &Configuration,
batch_encryption_request_line: Vec<BatchEncryptionRequestLine>,
) -> Result<DecryptOutput, Error<DecryptBatchError>>pub async fn decrypt_batch(
configuration: &Configuration,
batch_encryption_request_line: Vec<BatchEncryptionRequestLine>,
) -> Result<DecryptOutput, Error<DecryptBatchError>>