Function windows::Win32::Security::Credentials::SCardConnectA
pub unsafe fn SCardConnectA<P0>(
hcontext: usize,
szreader: P0,
dwsharemode: u32,
dwpreferredprotocols: u32,
phcard: *mut usize,
pdwactiveprotocol: *mut u32,
) -> i32where
P0: Param<PCSTR>,