pub unsafe fn wvsprintfW<P0>(
    param0: PWSTR,
    param1: P0,
    arglist: *const i8
) -> i32
where P0: IntoParam<PCWSTR>,