void * memset (void * s, int c, size_t count);
void * memset
Pointer to the start of the area.
The byte to fill the area with
The size of the area.
Do not use memset to access IO space, use memset_io instead.