Function silc_mutex_unlock
SYNOPSIS
void silc_mutex_unlock(SilcMutex mutex);
DESCRIPTION
Unlocks the mutex and thus releases it for another thread that
may be waiting for the lock.
NOTES
The caller must not call the silc_mutex_unlock for an unlocked
mutex or mutex not locked by the current thread. It is fatal
error if this occurs.