pub unsafe extern "C" fn swprintf(
    __s: *mut wchar_t,
    __n: size_t,
    __format: *const wchar_t,
     ...
) -> c_int