void silc_rwlock_unlock(SilcRwLock rwlock);
Releases the lock of the read/write lock `rwlock'. If `rwlock' was locked by a writer this will release the writer lock. Otherwise this releases the reader lock. If `rwlock' is NULL this function has no effect.