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