pinvoke
pinvoke copied to clipboard
`User32.EnumChildWindows` has wrong typed argument
The type of argument lpEnumFunc should be User32.WNDENUMPROC, but currently is nativeint (IntPtr)

Consider using CsWin32 instead, which already has this right.