pub fn is_std_lib_func(tcx: TyCtxt<'_>, def_id: DefId) -> bool
Returns true if the function identified by def_id is defined in the Rust Standard Library.
def_id