PGET_RUNTIME_FUNCTION_CALLBACK typedef
PGET_RUNTIME_FUNCTION_CALLBACK =
Pointer<_PIMAGE_RUNTIME_FUNCTION_ENTRY> Function(Uint64, Pointer<Void> )
Implementation
typedef PGET_RUNTIME_FUNCTION_CALLBACK
= ffi.Pointer<_PIMAGE_RUNTIME_FUNCTION_ENTRY> Function(
ffi.Uint64,
ffi.Pointer<ffi.Void>,
);