btf_is_projection_of
bool btf_is_projection_of(const char *pname, const char *tname);
if (btf_is_projection_of(ctx_tname, tname))
taking_projection = btf_is_projection_of(ref_tname, reg_ref_tname);