pub fn split_package_components(name: &str) -> (Vec<String>, String)
Split a potentially package-qualified name into the package components and the base symbol name.