Function windows::Win32::Security::Credentials::SCardWriteCacheA

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