fn validate_install_path(pkg: &InstalledPackage) -> Option<DiagnosisResult>Expand description
Validate the install path string stored on a package record.
The doctor scan treats empty paths and paths containing a null byte as immediate configuration errors because they cannot represent a valid filesystem location on Windows.