internal static extern IntPtr GetProcAddress(SafeLibraryHandle hModule, string lpProcName);
 internal static extern bool EnumResourceNamesW(SafeLibraryHandle hModule, string lpszType, EnumResNameDelegate lpEnumFunc, IntPtr lParam);