pub fn parse_signature<'tcx>( tcx: TyCtxt<'tcx>, def_id: DefId, ) -> (Vec<String>, Vec<Ty<'tcx>>)
Dispatch argument-name/type parsing to either the local HIR path or the external type-based path.