pub unsafe fn SCardConnectA<P0>(
    hcontext: usize,
    szreader: P0,
    dwsharemode: u32,
    dwpreferredprotocols: u32,
    phcard: *mut usize,
    pdwactiveprotocol: *mut u32
) -> i32
where P0: IntoParam<PCSTR>,