pub fn wrap_key(encryption_key: &[u8], iv: &[u8], key: &[u8]) -> Result<Vec<u8>>
Apple’s custom key wrapping, forwards. Inverse of unwrap_key.
unwrap_key