APPLICATION_RECOVERY_CALLBACK typedef

APPLICATION_RECOVERY_CALLBACK = Uint64 Function(Pointer<Void>)

Implementation

typedef APPLICATION_RECOVERY_CALLBACK = ffi.Uint64 Function(
  ffi.Pointer<ffi.Void>,
);