Function Destroy-Mutex

Part of:

package glfw
( destroy-mutex < mutex > )
Parameters
mutex
A mutex object handle.
Description
The function destroys a mutex object. After a mutex object has been destroyed, it may no longer be
used by any thread.