microsoft/compiler: Unload DXIL validator library *after* calling Release()
Otherwise, the code to actually run Release() might not be loaded or callable anymore. Fixes: 193cf76c ("microsoft/compiler: add common dxil-validator API") Reviewed-by:Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <!16225>