RemoveSecureMemoryCacheCallback method
int
RemoveSecureMemoryCacheCallback(
- Pointer<
NativeFunction< pfnCallBackPSECURE_MEMORY_CACHE_CALLBACK> >
Implementation
int RemoveSecureMemoryCacheCallback(
ffi.Pointer<ffi.NativeFunction<PSECURE_MEMORY_CACHE_CALLBACK>> pfnCallBack,
) {
return (_RemoveSecureMemoryCacheCallback ??= _dylib.lookupFunction<
_c_RemoveSecureMemoryCacheCallback,
_dart_RemoveSecureMemoryCacheCallback>(
'RemoveSecureMemoryCacheCallback'))(
pfnCallBack,
);
}