pub unsafe extern "C" fn memset( ptr: *mut u8, c: u8, n: u32, ) -> *mut u8
Sets n bytes start at ptr to the value c and returns ptr