pub unsafe fn SCardLocateCardsA<P0>(
    hcontext: usize,
    mszcards: P0,
    rgreaderstates: *mut SCARD_READERSTATEA,
    creaders: u32
) -> i32
where P0: IntoParam<PCSTR>,