windows::Win32::Security::Credentials

Function SCardGetCardTypeProviderNameA

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