PSECURE_MEMORY_CACHE_CALLBACK typedef

PSECURE_MEMORY_CACHE_CALLBACK = Uint8 Function(Pointer<Void>, Uint64)

Implementation

typedef PSECURE_MEMORY_CACHE_CALLBACK = ffi.Uint8 Function(
  ffi.Pointer<ffi.Void>,
  ffi.Uint64,
);