Function windows::Win32::UI::Shell::wvnsprintfW

pub unsafe fn wvnsprintfW<P0>(
    pszdest: &mut [u16],
    pszfmt: P0,
    arglist: *const i8
) -> i32
where P0: IntoParam<PCWSTR>,