Callback function in extras.php

Yes I figured it out by the comments on stackoverflow. I paste it here for future reference aswell. Thank you!

    <?php wp_list_comments(array('style' => 'ol', 
        'short_ping' => true,
        'avatar_size' => 60,
        'type' => 'comment',
        'callback' => 'Roots\Sage\Extras\my_function_comments',
        )); ?>