#define SILC_MUTEX_DEFINE(name) ...
This macro is used to define new mutex. Use this macro in an environment that can be compiled with or without the SILC Mutex API. This is equivalent to defining SilcMutex `name'; directly.
#define SILC_MUTEX_DEFINE(name) SilcMutex name