initialize package:sdl2-mixer

Initialize the library by loading support for a certain set of sample/music formats. Note that calling this is not strictly necessary: support for a certain format will be loaded automatically when attempting to load data in that format. Using initialize allows you to decide when to load support. You may call this function multiple times.