Call millis() before setup

Creating a library that initializes SD card on the constructor I have understood that is not possible to call millis() in the code before the setup().

That's not all it is not possible/advisable to do.

Where is the library code that calls millis()? Where is the call to create an instance of that class?