Function SCardReadCacheA
pub unsafe fn SCardReadCacheA<P3>(
hcontext: usize,
cardidentifier: *const GUID,
freshnesscounter: u32,
lookupname: P3,
data: *mut u8,
datalen: *mut u32,
) -> i32where
P3: Param<PCSTR>,