pub unsafe fn SCardIntroduceReaderW<P0, P1>(
    hcontext: usize,
    szreadername: P0,
    szdevicename: P1
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,