pub unsafe extern "C" fn wmemset(
    __s: *mut wchar_t,
    __c: wchar_t,
    __n: size_t
) -> *mut wchar_t