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