wprintf

Function wprintf 

Source
pub unsafe extern "C" fn wprintf(
    __format: *const wchar_t,
    ...
) -> c_int
Expand description

Write formatted output to stdout.

This function is a possible cancellation point and therefore not marked with __THROW.