pub unsafe fn memset(dest: *mut c_void, ch: i32, count: u64) -> *mut c_void
Fills memory with a constant byte.
The caller must ensure the memory is valid and the length is correct.