pub(crate) fn encrypt_aes_ctr( normalized_algorithm: &SubtleAesCtrParams, key: &CryptoKey, plaintext: &[u8], ) -> Result<Vec<u8>, Error>
https://w3c.github.io/webcrypto/#aes-ctr-operations-encrypt