pub type ApplyFn<T, U> = fn(T) -> U;
Function pointer type to pass to apply() in PointND’s
apply()
PointND