Function silc_mutex_alloc
SYNOPSIS
bool silc_mutex_alloc(SilcMutex *mutex);
DESCRIPTION
Allocates SILC Mutex object. The mutex object must be allocated
before it can be used. It is freed by the silc_mutex_free function.
This returns TRUE and allocated mutex in to the `mutex' and FALSE
on error.