/// Indicates whether the current operating system is supported by this library.
///
/// Currently, the supported operating systems are Windows, Linux, macOS, FreeBSD, OpenBSD, and NetBSD.
pub const IS_OS_SUPPORTED: bool = cfg!;
/// An Iced image or SVG handle of a process icon.
/// Returns the process icon given the path to an executable (Windows and mcOS) or its name (other platforms).