Shutdown callback on merge driver
Specified as driver.shutdown
, this is an optional callback invoked
when the merge driver is unregistered or when libgit2 is shutting down.
It will be called once at most and should release resources as needed.
This may be called even if the initialize
callback was not made.
Typically this function will free the git_merge_driver
object itself.