pub fn kcfi_typeid_for_fnsig<'tcx>(
    tcx: TyCtxt<'tcx>,
    fn_sig: &FnSig<'tcx>,
    options: TypeIdOptions
) -> u32
Expand description

Returns a KCFI type metadata identifier for the specified FnSig.