fn testError(bytes: []const u8, expected_err: anyerror) !void
fn testError(bytes: []const u8, expected_err: anyerror) !void { try testing.expectError(expected_err, testDecode(bytes)); }