pub fn is_internal_path(segments: &[String]) -> bool
Check if a use path is internal (crate::, self::, super::)
crate::
self::
super::