Decrements the reference count of the loaded dynamic-link library (DLL). When the reference count reaches zero, the module is unmapped from the address space of the calling process and the handle is no longer valid


- handle (IntPtr)
- The handle to the library

If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.