pub(crate) async fn vmgs_update_key( vmgs: &mut Vmgs, encryption_alg: EncryptionAlgorithm, new_encryption_key: &[u8], ) -> Result<(), Error>