pub type ApplyValsFn<T, U, V> = fn(T, V) -> U;
Function pointer type to pass to apply_vals() in PointND’s
apply_vals()
PointND
Is equivalent to the ApplyPointFn alias
ApplyPointFn