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