pub fn decrypt_128_ctr( key: &[u8], iv: &[u8], ciphertext: &[u8], plain: &mut [u8], ) -> Result<(), Error>