pub type UpdatePtr = for<'a> fn(_: Args<'a>, _: (Ctx<'a>, Val), _: Box<dyn Update<'a> + 'a>) -> ValRs<'a>;
Update function pointer.