pub unsafe fn SCardListReadersA<P0>(
    hcontext: usize,
    mszgroups: P0,
    mszreaders: PSTR,
    pcchreaders: *mut u32
) -> i32
where P0: IntoParam<PCSTR>,