pub fn uninstall_entries() -> Result<Vec<UninstallEntry>>Expand description
Collect uninstall registry entries from the available uninstall roots.
Use uninstall_entries_matching when you want a case-insensitive literal
filter on the entry display name.
Missing values are normalized to None or empty strings so callers can work
with plain Rust types instead of registry handles.