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