pub unsafe extern "C" fn _snwprintf(
    _Dest: *mut wchar_t,
    _Count: size_t,
    _Format: *const wchar_t,
     ...
) -> c_int