.tihan
❔ `delegate*` wrapper throws `System.BadImageFormatException`
You probably want to use
Marshal.GetDelegateForFunctionPointer
and create a delegate in F# -> https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/delegates78 replies