dynptr_type_str
const char *dynptr_type_str(enum bpf_dynptr_type type);
verbose_a("type=%s", dynptr_type_str(reg->dynptr.type));
verbose(env, "=dynptr_%s(", dynptr_type_str(reg->dynptr.type));
dynptr_type_str(arg_to_dynptr_type(arg_type)), regno - 1);