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 ??= _dylib.lookupFunction<
          _c_RemoveSecureMemoryCacheCallback,
          _dart_RemoveSecureMemoryCacheCallback>(
      'RemoveSecureMemoryCacheCallback'))(
    pfnCallBack,
  );
}