fn getAutoHashStratFn(comptime K: type, comptime Context: type, comptime strategy: std.hash.Strategy) (fn (Context, K) u32)
K: type,
Context: type,
strategy: std.hash.Strategy,