pub fn is_root() -> bool
Check if the current process is running with elevated privileges. Unix: checks euid == 0. Windows: checks IsUserAnAdmin().