Fuzzlyn
Fuzzlyn copied to clipboard
Function Pointer Support
While .NET has supported function pointers since v1, C# added proper support for them in C# 9 and so they are more prevalent in real world code now.
It would likely be useful for Fuzzlyn to support generating function pointers as fields, method parameters/return types, and to support calling them to help catch interesting error cases.