pub fn visit_use_path<'ast, V>(v: &mut V, node: &'ast UsePath) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.