pub unsafe fn wvsprintfA<P0>(
    param0: PSTR,
    param1: P0,
    arglist: *const i8
) -> i32
where P0: IntoParam<PCSTR>,