pub unsafe fn memset(s: *mut u8, c: u8, n: usize)
General memset.
memset
s has to point to a memory section of at least n bytes
s
n