pub type RunPtr<V = Val> = for<'a> fn(Args<'a, V>, (Ctx<'a, V>, V)) -> Box<dyn Iterator<Item = Result<V, Error<V>>> + 'a>;
Run function pointer.