pub(crate) async fn vmgs_file_move( file_path: impl AsRef<Path>, src: FileId, dst: FileId, key_path: Option<impl AsRef<Path>>, allow_overwrite: bool, ) -> Result<(), Error>