fn nextLen(smith: *std.testing.Smith) @typeInfo(FuzzContext.Alloc.Len).@"enum".tag_type
fn nextLen(smith: *std.testing.Smith) @typeInfo(FuzzContext.Alloc.Len).@"enum".tag_type { @disableInstrumentation(); const BackingInt = @typeInfo(FuzzContext.Alloc.Len).@"enum".tag_type; return smith.valueRangeAtMost(BackingInt, 1, FuzzContext.max_alloc_size); }