swprintf

Function swprintf 

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