pub unsafe fn SCardGetReaderIconW<P0>(
    hcontext: usize,
    szreadername: P0,
    pbicon: *mut u8,
    pcbicon: *mut u32
) -> i32
where P0: IntoParam<PCWSTR>,