pub unsafe fn SCardSetCardTypeProviderNameW<P0, P1>(
    hcontext: usize,
    szcardname: P0,
    dwproviderid: u32,
    szprovider: P1
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,