static inline SilcBool silc_atomic_init8(SilcAtomic8 *atomic, SilcUInt8 value);
Initializes the atomic variable `atomic', and sets the `value' as its inital value. Returns FALSE on error. To uninitialize call the silc_atomic_uninit8 function.