wscanf

Function wscanf 

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

Read formatted input from stdin.

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