PSECURE_MEMORY_CACHE_CALLBACK typedef

PSECURE_MEMORY_CACHE_CALLBACK = Pointer<NativeFunction<BOOLEAN Function(PVOID Addr, SIZE_T Range)>>

Implementation

typedef PSECURE_MEMORY_CACHE_CALLBACK = ffi.Pointer<ffi.NativeFunction<BOOLEAN Function(PVOID Addr, SIZE_T Range)>>;