Mix_CloseDevice in source code of SDL mixer

I can not find the Mix_CloseDevice function in the source code of the SDL mixer.

This function is mentioned in description of two other functions.

When done with an audio device, probably at the end of the program, the app should dispose of the device with Mix_CloseDevice().

Thank you.