Function godotAssertHandlerCrash

The release-mode Godot-D assert handler redirects assert messages to the Godot error handlers and terminates the program.

void godotAssertHandlerCrash (
  string file,
  ulong line,
  string msg
);