James Swift

Results 3 issues of James Swift

Delegates for types like `int` just work out of the box. E.g. `__declspec(dllexport) int __cdecl SetCallback(int (*callback)(int arg));` Then in C# I can do ```csharp private static int MyCallback(int arg)...

### First time contributor checklist - [x] I have read the [README](https://github.com/signalapp/Signal-iOS/blob/main/README.md) and [CONTRIBUTING](https://github.com/signalapp/Signal-iOS/blob/main/CONTRIBUTING.md) documents - [x] I have signed the [Contributor Licence Agreement](https://signal.org/cla/) ### Contributor checklist - [x] My...