pub(crate) async fn vmgs_file_write( file_path: impl AsRef<Path>, data_path: impl AsRef<Path>, file_id: FileId, key_path: Option<impl AsRef<Path>>, allow_overwrite: bool, ) -> Result<(), Error>