pub unsafe fn SCardGetDeviceTypeIdA<P0>(
    hcontext: usize,
    szreadername: P0,
    pdwdevicetypeid: *mut u32
) -> i32
where P0: IntoParam<PCSTR>,