SCardFreeMemory function winscard
The SCardFreeMemory function releases memory that has been returned from the resource manager using the SCARD_AUTOALLOCATE length designator.
LONG SCardFreeMemory(
  SCARDCONTEXT hContext,
  LPCVOID      pvMem
);
Implementation
int SCardFreeMemory(int hContext, Pointer pvMem) =>
    _SCardFreeMemory(hContext, pvMem);