It's an alias of `nsINode::GetClosestNativeAnonymousSubtreeRootParentOrHost()` and oddly it returns `const nsIContent*` rather than `nsIContent*`. Therefore, some callers need to use `const_cast`. Differential Revision: https://phabricator.services.mozilla.com/D241776