pub unsafe fn SCardGetCardTypeProviderNameA<P0>(
    hcontext: usize,
    szcardname: P0,
    dwproviderid: u32,
    szprovider: PSTR,
    pcchprovider: *mut u32
) -> i32
where P0: IntoParam<PCSTR>,