void *silc_malloc(size_t size);
Allocates memory of `size' bytes and returns pointer to the allocated memory area. Free the memory by calling silc_free. Returns NULL on error.