pub(crate) async fn vmgs_create( disk: Disk, encryption_alg_key: Option<(EncryptionAlgorithm, &[u8])>, ) -> Result<Vmgs, Error>