BTF_TYPE_ID_VALID
if (!BTF_TYPE_ID_VALID(t->type)) {
if (!array->type || !BTF_TYPE_ID_VALID(array->type)) {
if (!array->index_type || !BTF_TYPE_ID_VALID(array->index_type)) {
if (!member->type || !BTF_TYPE_ID_VALID(member->type)) {
if (!t->type || !BTF_TYPE_ID_VALID(t->type)) {
if (!vsi->type || !BTF_TYPE_ID_VALID(vsi->type)) {