Function SCardGetCardTypeProviderNameA
pub unsafe fn SCardGetCardTypeProviderNameA<P1>(
hcontext: usize,
szcardname: P1,
dwproviderid: u32,
szprovider: PSTR,
pcchprovider: *mut u32,
) -> i32where
P1: Param<PCSTR>,