pub fn sentinelMismatch(expected: anytype, found: @TypeOf(expected)) noreturn
pub fn sentinelMismatch(expected: anytype, found: @TypeOf(expected)) noreturn { _ = found; call("sentinel mismatch", null); }