Alias FSWatcher.WatchEventCallback

Signature for the watch event callback delegate

struct FSWatcher
{
  // ...
  alias WatchEventCallback = void delegate(ref const(Inotifier.Event));
  // ...
}