pub unsafe extern "C" fn memset( __s: *mut c_void, __c: c_int, __n: c_ulong, ) -> *mut c_void
Set N bytes of S to C.