Skip to content

PTP_SIMPLE_CALLBACK regression #2228

@riverar

Description

@riverar
// 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();

Metadata

Metadata

Assignees

Labels

rustCritical for Rust adoption

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions