bpf_iter_testmod_seq_next
while ((v = bpf_iter_testmod_seq_next(&it))) {
while ((v = bpf_iter_testmod_seq_next(&it))) {
extern s64 *bpf_iter_testmod_seq_next(struct bpf_iter_testmod_seq *it) __ksym;
BTF_ID_FLAGS(func, bpf_iter_testmod_seq_next, KF_ITER_NEXT | KF_RET_NULL)