fn sortContext(a: usize, b: usize, context: anytype) void

TODO: currently this just calls insertionSortContext. The block sort implementation in this file needs to be adapted to use the sort context.

Parameters

a: usize,
b: usize,
context: anytype,