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