Modernize and clean up ApartmentRegion.h: - Apply all of clang-tidy's suggestions. - Rename the template parameter `T` (which, as a template parameter, is typically reserved for types) to `AptType`. - When using `ApartmentRegionT`, include `COINIT_DISABLE_OLE1DDE` by default. (Out of an abundance of caution, do not do so for `ApartmentRegion`.) Differential Revision: https://phabricator.services.mozilla.com/D194302