nukleer bomb
❔ `delegate*` wrapper throws `System.BadImageFormatException`
I wrote some wrapper for
delegate* unmanaged
to use it in F# since it doesn't support function pointers:
But when I try to call Call()
method:
I get System.BadImageFormatException: "Bad element type in SizeOf."
. What I am doing wrong?78 replies