windows::Win32::Security::Credentials

Function SCardReadCacheW

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