btf_ctx_arg_idx
u32 btf_ctx_arg_idx(struct btf *btf, const struct btf_type *func_proto, int off);
arg = btf_ctx_arg_idx(btf, t, off);
arg = btf_ctx_arg_idx(btf, prog->aux->attach_func_proto, off);