pub unsafe fn SCardGetReaderDeviceInstanceIdA<P0>(
    hcontext: usize,
    szreadername: P0,
    szdeviceinstanceid: PSTR,
    pcchdeviceinstanceid: *mut u32
) -> i32
where P0: IntoParam<PCSTR>,