pub unsafe fn SCardGetReaderDeviceInstanceIdW<P0>(
    hcontext: usize,
    szreadername: P0,
    szdeviceinstanceid: PWSTR,
    pcchdeviceinstanceid: *mut u32
) -> i32
where P0: IntoParam<PCWSTR>,