Feature: #61170 - Add additional hook for record list

See forge#61170

Description

An additional hook has been added to EXT:recordlist to render content above any other content.

Example of usage

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['recordlist/Modules/Recordlist/index.php']['drawHeaderHook']['extkey'] = \Vendor\Extkey\Hooks\PageHook::class . '->render';