DlgProc typedef Null safety
Application-defined callback function used with the CreateDialog and DialogBox families of functions. It processes messages sent to a modal or modeless dialog box.
Implementation
typedef DlgProc = IntPtr Function(IntPtr, Uint32, IntPtr, IntPtr);