SCardFreeMemory function winscard
Releases memory that has been returned from the resource manager using the SCARD_AUTOALLOCATE length designator.
To learn more, see learn.microsoft.com/windows/win32/api/winscard/nf-winscard-scardfreememory.
Implementation
@pragma('vm:prefer-inline')
int SCardFreeMemory(int hContext, Pointer pvMem) =>
_SCardFreeMemory(hContext, pvMem);