SCardGetCardTypeProviderNameW

Function SCardGetCardTypeProviderNameW 

pub unsafe fn SCardGetCardTypeProviderNameW<P1>(
    hcontext: usize,
    szcardname: P1,
    dwproviderid: u32,
    szprovider: PWSTR,
    pcchprovider: *mut u32,
) -> i32
where P1: Param<PCWSTR>,