❔ How can I provide a safe zero cost abstraction over passing managed function pointers over FFI
Test.Callback(1234, &Callback); is perfect other than the fact the user consuming this static method has to be an unsafe context to give me a delegate* managed<int, void>