// Windows.Win32.System.Threading.PTP_SIMPLE_CALLBACK
using System.Runtime.InteropServices;
-using Windows.Win32.System.Threading;
[StructLayout((LayoutKind)3, CharSet = (CharSet)4)]
[UnmanagedFunctionPointer(...)]
-public unsafe delegate void PTP_SIMPLE_CALLBACK([In] PTP_CALLBACK_INSTANCE Instance, [Optional][In][Out] void* Context);
+public delegate void PTP_SIMPLE_CALLBACK();