public static function extractOrNull(
        $data,
        string $key,
        bool $nullIfInvalid = false
    ): ?array