pub unsafe fn SCardListReadersW<P0>(
    hcontext: usize,
    mszgroups: P0,
    mszreaders: PWSTR,
    pcchreaders: *mut u32
) -> i32
where P0: IntoParam<PCWSTR>,