pub(super) fn build_shortcut_records( package_name: &str, rows: &[ShortcutRow], directory_paths: &HashMap<String, PathBuf>, file_paths: &HashMap<String, PathBuf>, install_root: &Path, ) -> Vec<MsiShortcutRecord>