EnumResNameProc typedef Null safety
Application-defined callback function used with the EnumResourceNames and EnumResourceNamesEx functions. It receives the type and name of a resource.
Implementation
typedef EnumResNameProc = Int32 Function(IntPtr hModule, Pointer<Utf16> lpType,
Pointer<Utf16> lpName, IntPtr lParam);