pub fn parse_local_signature( tcx: TyCtxt<'_>, def_id: DefId, ) -> (Vec<String>, Vec<Ty<'_>>)
Return the Vecs of args’ names and types of local functions.