RemoveSecureMemoryCacheCallback method

int RemoveSecureMemoryCacheCallback(
  1. Pointer<NativeFunction<PSECURE_MEMORY_CACHE_CALLBACK>> pfnCallBack
)

Implementation

int RemoveSecureMemoryCacheCallback(
  ffi.Pointer<ffi.NativeFunction<PSECURE_MEMORY_CACHE_CALLBACK>> pfnCallBack,
) {
  return _RemoveSecureMemoryCacheCallback(
    pfnCallBack,
  );
}