pub fn classify_magic_gid(gid: u32) -> Option<&'static str>
Returns Some(rootkit_name) if the GID is a known rootkit magic GID, or None if it is not recognised.
Some(rootkit_name)
None