windows::Win32::Security::Credentials

Function SCardWriteCacheW

pub unsafe fn SCardWriteCacheW<P3>(
    hcontext: usize,
    cardidentifier: *const GUID,
    freshnesscounter: u32,
    lookupname: P3,
    data: &[u8],
) -> i32
where P3: Param<PCWSTR>,