#[no_mangle] pub unsafe extern "C" fn memset( s: *mut u8, c: u32, n: usize) -> *mut u8
Fills n-bytes with byte sized value