pub fn is_file_signable(path: impl AsRef<Path>) -> Result<bool>
Expand description

Determine whether a given filesystem path is signable.

This effectively answers whether the given path is a PE or MSI.