memset

Function memset 

Source
pub unsafe fn memset(s: *mut u8, c: u8, n: usize)
Expand description

General memset.

ยงSafety

s has to point to a memory section of at least n bytes