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