public static bool Any <TSource>(this Span <TSource> source, FunctionIn <TSource, int, bool> predicate)
 => source.AnyAtRef(new FunctionInWrapper <TSource, int, bool>(predicate));