Function write_bytes

unsafe const fn write_bytes<T>(dst: *mut T, val: u8, count: usize)

This is an accidentally-stable alias to ptr::write_bytes; use that instead.