Sets the first num bytes of the block of memory pointed to the specified value. It's expecting an integer, so you need at least 4 bytes to be memset'd.
memory_memset( address, 4, 4 );