pub(crate) async fn vmgs_write( vmgs: &mut Vmgs, file_id: FileId, data: &[u8], encrypt: bool, allow_overwrite: bool, ) -> Result<(), Error>