pub unsafe extern "C" fn wmemset( __s: *mut wchar_t, __c: wchar_t, __n: usize, ) -> *mut wchar_t
Set N wide characters of S to C.