windows::Win32::Security::Credentials

Function SCardConnectW

pub unsafe fn SCardConnectW<P1>(
    hcontext: usize,
    szreader: P1,
    dwsharemode: u32,
    dwpreferredprotocols: u32,
    phcard: *mut usize,
    pdwactiveprotocol: *mut u32,
) -> i32
where P1: Param<PCWSTR>,